mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
automerge
This commit is contained in:
commit
fb7a2a0075
2 changed files with 2 additions and 2 deletions
|
@ -1334,7 +1334,7 @@ CREATE DATABASE `
|
|||
CREATE TABLE `ä`.`ä` (a int) ENGINE=Memory;
|
||||
SHOW TABLE STATUS FROM `ä` LIKE 'ä';
|
||||
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
|
||||
ä MEMORY 10 Fixed 0 8 # # # 0 NULL NULL NULL NULL latin1_swedish_ci NULL
|
||||
ä MEMORY 10 Fixed 0 # # # # 0 NULL NULL NULL NULL latin1_swedish_ci NULL
|
||||
DROP DATABASE `ä`;
|
||||
show columns from `#mysql50#????????`;
|
||||
Got one of the listed errors
|
||||
|
|
|
@ -1073,7 +1073,7 @@ set names latin1;
|
|||
SET NAMES latin1;
|
||||
CREATE DATABASE `ä`;
|
||||
CREATE TABLE `ä`.`ä` (a int) ENGINE=Memory;
|
||||
--replace_column 7 # 8 # 9 #
|
||||
--replace_column 6 # 7 # 8 # 9 #
|
||||
SHOW TABLE STATUS FROM `ä` LIKE 'ä';
|
||||
DROP DATABASE `ä`;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue