Skip to Main Content

MySQL Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

MySQL 5.6 Lock Tables

Mubashar IftikharOct 31 2018 — edited May 17 2019

You want to lock the three tables a, b and c, and issue the following statements:

mysql> LOCK TABLES a READ;

mysql> LOCK TABLES b READ;

mysql> LOCK TABLES c READ;

Which tables are now locked?

This post has been answered by Dave Stokes-MySQL Community Team-Oracle on Oct 31 2018
Jump to Answer

Comments

fac586

iam using Apex 5.1.2
Support for 5.1 ends in December. Time for an upgrade...
ive Bar Chart (Series Colors) created with 3-4 sub region series as below and iam trying to stretch them to full width so to occupy the region width as shown. However it seems the width of these sub-regions or series cannot be stretched
Why aren't the regions being sized to use the full width via their grid layout settings?

Gor_Mahia

fac586
I know that but I've to work with what's currently available.

Gor_Mahia
Answer

it seems that cant be set interactively so i'll settle with the css approach: style="width:...!important;"

Marked as Answer by Gor_Mahia · Oct 27 2021
1 - 3

Post Details

Added on Oct 31 2018
9 comments
413 views