summaryrefslogtreecommitdiff
path: root/sql-bench
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2018-04-21 17:53:37 +0300
committerMonty <monty@mariadb.org>2018-04-21 17:54:14 +0300
commitc39f8a80c9fe7f7c5e5af95374d7bf2486f97da7 (patch)
treef5fe040afaffad6223142d59f21b8dea09c06c64 /sql-bench
parent6b1a8b2c722d74d9b3e990f9419a60eb2829f7ef (diff)
downloadmariadb-git-c39f8a80c9fe7f7c5e5af95374d7bf2486f97da7.tar.gz
Quote 'rank' in test-ATIS so that it can be run with MySQL 8.0
Diffstat (limited to 'sql-bench')
-rw-r--r--sql-bench/test-ATIS.sh2
1 files changed, 1 insertions, 1 deletions
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=