From c39f8a80c9fe7f7c5e5af95374d7bf2486f97da7 Mon Sep 17 00:00:00 2001 From: Monty Date: Sat, 21 Apr 2018 17:53:37 +0300 Subject: [PATCH] Quote 'rank' in test-ATIS so that it can be run with MySQL 8.0 --- sql-bench/test-ATIS.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql-bench/test-ATIS.sh b/sql-bench/test-ATIS.sh index ca1132435ff..1e645b4c1a9 100644 --- a/sql-bench/test-ATIS.sh +++ b/sql-bench/test-ATIS.sh @@ -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=