diff options
author | unknown <pem@mysql.com> | 2003-03-19 11:36:32 +0100 |
---|---|---|
committer | unknown <pem@mysql.com> | 2003-03-19 11:36:32 +0100 |
commit | addf8ea04ec295a679845cd1911d5e3504c91fab (patch) | |
tree | 33e8c3cc7d26038b2d997b640ecd92b22c0114f8 /client | |
parent | d956a1c580c0df2b3018fe341bb1bc2aa8bddb53 (diff) | |
download | mariadb-git-addf8ea04ec295a679845cd1911d5e3504c91fab.tar.gz |
Post-merge fixes.
mysql-test/r/sp.result:
Post-merge fixes.
(And disabled the ip test, since some change in 4.1 broke it.)
mysql-test/t/sp.test:
Post-merge fixes.
(And disabled the ip test, since some change in 4.1 broke it.)
Diffstat (limited to 'client')
-rw-r--r-- | client/mysqltest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqltest.c b/client/mysqltest.c index 9914887380b..3dbcaf891ba 100644 --- a/client/mysqltest.c +++ b/client/mysqltest.c @@ -1536,7 +1536,7 @@ int do_while(struct st_query* q) int do_delimiter(char *p) { - while (*p && my_isspace(system_charset_info,*p)) + while (*p && my_isspace(charset_info,*p)) p++; if (!*p) die("Missing delimiter character\n"); |