mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge bb-10.2-ext into 10.3
This commit is contained in:
@ -21365,7 +21365,7 @@ ERROR 42S02: Table 'test.v1' doesn't exist
|
||||
SHOW CREATE TABLE v1 ;
|
||||
ERROR 42S02: Table 'test.v1' doesn't exist
|
||||
SHOW TABLE STATUS like 'v1' ;
|
||||
Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment
|
||||
Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment Max_index_length Temporary
|
||||
SHOW TABLES LIKE 'v1';
|
||||
Tables_in_test (v1)
|
||||
SHOW COLUMNS FROM v1;
|
||||
|
Reference in New Issue
Block a user