|
|
@ -157,7 +157,7 @@ enum enum_table_category |
|
|
- FLUSH TABLES WITH READ LOCK |
|
|
- FLUSH TABLES WITH READ LOCK |
|
|
- SET GLOBAL READ_ONLY = ON |
|
|
- SET GLOBAL READ_ONLY = ON |
|
|
do not apply to this table. |
|
|
do not apply to this table. |
|
|
Note that LOCK TABLE <t> FOR READ/WRITE |
|
|
|
|
|
|
|
|
Note that LOCK TABLE t FOR READ/WRITE |
|
|
can be used on temporary tables. |
|
|
can be used on temporary tables. |
|
|
Temporary tables are not part of the table cache. |
|
|
Temporary tables are not part of the table cache. |
|
|
*/ |
|
|
*/ |
|
|
@ -166,7 +166,7 @@ enum enum_table_category |
|
|
/** |
|
|
/** |
|
|
User table. |
|
|
User table. |
|
|
These tables do honor: |
|
|
These tables do honor: |
|
|
- LOCK TABLE <t> FOR READ/WRITE |
|
|
|
|
|
|
|
|
- LOCK TABLE t FOR READ/WRITE |
|
|
- FLUSH TABLES WITH READ LOCK |
|
|
- FLUSH TABLES WITH READ LOCK |
|
|
- SET GLOBAL READ_ONLY = ON |
|
|
- SET GLOBAL READ_ONLY = ON |
|
|
User tables are cached in the table cache. |
|
|
User tables are cached in the table cache. |
|
|
@ -176,7 +176,7 @@ enum enum_table_category |
|
|
/** |
|
|
/** |
|
|
System table, maintained by the server. |
|
|
System table, maintained by the server. |
|
|
These tables do honor: |
|
|
These tables do honor: |
|
|
- LOCK TABLE <t> FOR READ/WRITE |
|
|
|
|
|
|
|
|
- LOCK TABLE t FOR READ/WRITE |
|
|
- FLUSH TABLES WITH READ LOCK |
|
|
- FLUSH TABLES WITH READ LOCK |
|
|
- SET GLOBAL READ_ONLY = ON |
|
|
- SET GLOBAL READ_ONLY = ON |
|
|
Typically, writes to system tables are performed by |
|
|
Typically, writes to system tables are performed by |
|
|
@ -190,7 +190,7 @@ enum enum_table_category |
|
|
These tables are an interface provided by the system |
|
|
These tables are an interface provided by the system |
|
|
to inspect the system metadata. |
|
|
to inspect the system metadata. |
|
|
These tables do *not* honor: |
|
|
These tables do *not* honor: |
|
|
- LOCK TABLE <t> FOR READ/WRITE |
|
|
|
|
|
|
|
|
- LOCK TABLE t FOR READ/WRITE |
|
|
- FLUSH TABLES WITH READ LOCK |
|
|
- FLUSH TABLES WITH READ LOCK |
|
|
- SET GLOBAL READ_ONLY = ON |
|
|
- SET GLOBAL READ_ONLY = ON |
|
|
as there is no point in locking explicitely |
|
|
as there is no point in locking explicitely |
|
|
@ -212,7 +212,7 @@ enum enum_table_category |
|
|
These tables are an interface provided by the system |
|
|
These tables are an interface provided by the system |
|
|
to inspect the system performance data. |
|
|
to inspect the system performance data. |
|
|
These tables do *not* honor: |
|
|
These tables do *not* honor: |
|
|
- LOCK TABLE <t> FOR READ/WRITE |
|
|
|
|
|
|
|
|
- LOCK TABLE t FOR READ/WRITE |
|
|
- FLUSH TABLES WITH READ LOCK |
|
|
- FLUSH TABLES WITH READ LOCK |
|
|
- SET GLOBAL READ_ONLY = ON |
|
|
- SET GLOBAL READ_ONLY = ON |
|
|
as there is no point in locking explicitely |
|
|
as there is no point in locking explicitely |
|
|
|