summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorunknown <pem@mysql.com>2003-03-19 11:36:32 +0100
committerunknown <pem@mysql.com>2003-03-19 11:36:32 +0100
commitaddf8ea04ec295a679845cd1911d5e3504c91fab (patch)
tree33e8c3cc7d26038b2d997b640ecd92b22c0114f8 /client
parentd956a1c580c0df2b3018fe341bb1bc2aa8bddb53 (diff)
downloadmariadb-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.c2
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");