mirror of
https://github.com/MariaDB/server.git
synced 2025-07-25 16:39:52 +00:00
Quote 'rank' in test-ATIS so that it can be run with MySQL 8.0
This commit is contained in:
@ -369,7 +369,7 @@ sub init_data
|
|||||||
@class_of_service=
|
@class_of_service=
|
||||||
$server->create("class_of_service",
|
$server->create("class_of_service",
|
||||||
["class_code char(2) NOT NULL",
|
["class_code char(2) NOT NULL",
|
||||||
"rank tinyint(2) NOT NULL",
|
"`rank` tinyint(2) NOT NULL",
|
||||||
"class_description char(80) NOT NULL"],
|
"class_description char(80) NOT NULL"],
|
||||||
["PRIMARY KEY (class_code)"]);
|
["PRIMARY KEY (class_code)"]);
|
||||||
@code_description=
|
@code_description=
|
||||||
|
Reference in New Issue
Block a user