mirror of
https://github.com/MariaDB/server.git
synced 2025-08-30 11:22:14 +03:00
automerge
This commit is contained in:
@@ -1334,7 +1334,7 @@ CREATE DATABASE `
|
|||||||
CREATE TABLE `<60>`.`<60>` (a int) ENGINE=Memory;
|
CREATE TABLE `<60>`.`<60>` (a int) ENGINE=Memory;
|
||||||
SHOW TABLE STATUS FROM `<60>` LIKE '<27>';
|
SHOW TABLE STATUS FROM `<60>` LIKE '<27>';
|
||||||
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
|
||||||
<EFBFBD> MEMORY 10 Fixed 0 8 # # # 0 NULL NULL NULL NULL latin1_swedish_ci NULL
|
<EFBFBD> MEMORY 10 Fixed 0 # # # # 0 NULL NULL NULL NULL latin1_swedish_ci NULL
|
||||||
DROP DATABASE `<60>`;
|
DROP DATABASE `<60>`;
|
||||||
show columns from `#mysql50#????????`;
|
show columns from `#mysql50#????????`;
|
||||||
Got one of the listed errors
|
Got one of the listed errors
|
||||||
|
@@ -1073,7 +1073,7 @@ set names latin1;
|
|||||||
SET NAMES latin1;
|
SET NAMES latin1;
|
||||||
CREATE DATABASE `<60>`;
|
CREATE DATABASE `<60>`;
|
||||||
CREATE TABLE `<60>`.`<60>` (a int) ENGINE=Memory;
|
CREATE TABLE `<60>`.`<60>` (a int) ENGINE=Memory;
|
||||||
--replace_column 7 # 8 # 9 #
|
--replace_column 6 # 7 # 8 # 9 #
|
||||||
SHOW TABLE STATUS FROM `<60>` LIKE '<27>';
|
SHOW TABLE STATUS FROM `<60>` LIKE '<27>';
|
||||||
DROP DATABASE `<60>`;
|
DROP DATABASE `<60>`;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user