diff options
author | unknown <gluh@gluh.mysql.r18.ru> | 2003-01-17 14:48:58 +0400 |
---|---|---|
committer | unknown <gluh@gluh.mysql.r18.ru> | 2003-01-17 14:48:58 +0400 |
commit | e7ffc21546b68c22c6dbc80e2dc198039177c655 (patch) | |
tree | 13b5485d0f6deca3359df39d84f47e2e3299bf5d /mysql-test/r/connect.result | |
parent | 59aba38458f32295a257674fbcffd3155cdf0c94 (diff) | |
download | mariadb-git-e7ffc21546b68c22c6dbc80e2dc198039177c655.tar.gz |
Make the CLI client (client/mysql.cc) work with multi-line SPs.
Make the mysqltest program (client/mysqltest.c) work with multi-line SPs.
client/mysql.cc:
Added 'delimiter' command
client/mysqltest.c:
Added 'delimiter' command
mysql-test/install_test_db.sh:
Fix for install 'proc' table
mysql-test/r/connect.result:
Fix for 'proc' table
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'mysql-test/r/connect.result')
-rw-r--r-- | mysql-test/r/connect.result | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/connect.result b/mysql-test/r/connect.result index 3e9091462d8..e799af58fc2 100644 --- a/mysql-test/r/connect.result +++ b/mysql-test/r/connect.result @@ -4,6 +4,7 @@ columns_priv db func host +proc tables_priv user show tables; @@ -16,6 +17,7 @@ columns_priv db func host +proc tables_priv user show tables; @@ -28,6 +30,7 @@ columns_priv db func host +proc tables_priv user show tables; |