Skip to content

Commit

Permalink
Quote 'rank' in test-ATIS so that it can be run with MySQL 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
montywi committed Apr 21, 2018
1 parent 6b1a8b2 commit c39f8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql-bench/test-ATIS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ sub init_data
@class_of_service=
$server->create("class_of_service",
["class_code char(2) NOT NULL",
"rank tinyint(2) NOT NULL",
"`rank` tinyint(2) NOT NULL",
"class_description char(80) NOT NULL"],
["PRIMARY KEY (class_code)"]);
@code_description=
Expand Down

0 comments on commit c39f8a8

Please sign in to comment.