diff options
author | Sergei Golubchik <serg@mariadb.org> | 2016-10-13 21:35:01 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2016-10-13 21:38:32 +0200 |
commit | 383007c75d6ef5043fa5781956a6a02b24e2b79e (patch) | |
tree | b5f6cb887cf93b92d96fc21bdd1a1ff10d5cc103 /mysql-test/r/mysql.result | |
parent | e4957de4fd4b3730d361c5ea35ac257fe819f05a (diff) | |
download | mariadb-git-383007c75d6ef5043fa5781956a6a02b24e2b79e.tar.gz |
mysql cli: fix USE command quoting
* use proper sql quoting rules for USE, while preserving
as much of historical behavior as possible
* short commands (\u) behave as before
Diffstat (limited to 'mysql-test/r/mysql.result')
-rw-r--r-- | mysql-test/r/mysql.result | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mysql-test/r/mysql.result b/mysql-test/r/mysql.result index cb705d285fe..dd0129df0d9 100644 --- a/mysql-test/r/mysql.result +++ b/mysql-test/r/mysql.result @@ -512,6 +512,14 @@ DROP DATABASE connected_db; create database `aa``bb````cc`; DATABASE() aa`bb``cc +DATABASE() +test +DATABASE() +aa`bb``cc +DATABASE() +test +DATABASE() +aa`bb``cc drop database `aa``bb````cc`; a >>\ndelimiter\n<< |