diff options
author | jimw@mysql.com <> | 2005-08-09 12:17:28 -0700 |
---|---|---|
committer | jimw@mysql.com <> | 2005-08-09 12:17:28 -0700 |
commit | 397cef94134251468323f07fbf1b30c01c5a5461 (patch) | |
tree | ce1f74db34f2c27fff99603478ade0b6d4cae08a /mysql-test/t/mysql_delimiter.sql | |
parent | a17fa23332aad456d7d5844dcfdd97843ba3f902 (diff) | |
download | mariadb-git-397cef94134251468323f07fbf1b30c01c5a5461.tar.gz |
Fix 'source' command in mysql client to handle delimiter command
in sourced file properly. (Bug #11523)
Diffstat (limited to 'mysql-test/t/mysql_delimiter.sql')
-rw-r--r-- | mysql-test/t/mysql_delimiter.sql | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mysql-test/t/mysql_delimiter.sql b/mysql-test/t/mysql_delimiter.sql index 4ea481a84e2..fa80c980b29 100644 --- a/mysql-test/t/mysql_delimiter.sql +++ b/mysql-test/t/mysql_delimiter.sql @@ -45,4 +45,7 @@ delimiter delimiter select * from t1 delimiter delimiter ; # Reset delimiter - +# +# Bug #11523: \d works differently than delimiter +# +source t/mysql_delimiter_source.sql |