diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2020-08-11 11:12:45 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2020-08-11 11:12:45 +0300 |
commit | 0718b8ecbf3be2351e65e63a5e21cd1db24355e1 (patch) | |
tree | c8c92d08a9774b21202ac8e5a747a36ab03ed0df /mysql-test/main/information_schema.test | |
parent | 1c587481966abc7a9ad5309d0a91ca920f7a5657 (diff) | |
parent | c86114f5948667cebbe7196238face06266d8572 (diff) | |
download | mariadb-git-0718b8ecbf3be2351e65e63a5e21cd1db24355e1.tar.gz |
Merge 10.4 into 10.5
Diffstat (limited to 'mysql-test/main/information_schema.test')
-rw-r--r-- | mysql-test/main/information_schema.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/main/information_schema.test b/mysql-test/main/information_schema.test index 2ef86628918..9c77606b9d4 100644 --- a/mysql-test/main/information_schema.test +++ b/mysql-test/main/information_schema.test @@ -17,6 +17,8 @@ --source include/default_optimizer_switch.inc --source include/default_charset.inc +--source include/have_sequence.inc + set global sql_mode=""; set local sql_mode=""; @@ -1928,9 +1930,7 @@ SELECT SCHEMA_NAME from information_schema.schemata where schema_name=REPEAT('a' --echo # Diagnostics_area::sql_errno upon query from I_S with LIMIT ROWS EXAMINED --echo # ---error ER_UNKNOWN_ERROR -SELECT * FROM INFORMATION_SCHEMA.`COLUMNS` LIMIT ROWS EXAMINED 10; -SHOW WARNINGS; +SELECT * FROM seq_1_to_100 LIMIT ROWS EXAMINED 10; --echo # --echo # End of 10.2 Test |