summaryrefslogtreecommitdiff
path: root/libmysqld
diff options
context:
space:
mode:
authorhf@bison.(none) <>2002-06-18 20:35:34 +0500
committerhf@bison.(none) <>2002-06-18 20:35:34 +0500
commit288c9464ce26878723011aa8165fee80e76087aa (patch)
tree0422f06a7e3c15cf6c72fb3c3ad09480be940f7c /libmysqld
parentcc6407f1a51dd5cadae81639a5a40bb689ccc6af (diff)
downloadmariadb-git-288c9464ce26878723011aa8165fee80e76087aa.tar.gz
Small fixes
Diffstat (limited to 'libmysqld')
-rw-r--r--libmysqld/lib_sql.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysqld/lib_sql.cc b/libmysqld/lib_sql.cc
index bbbb1e2ccd3..ac330919d0c 100644
--- a/libmysqld/lib_sql.cc
+++ b/libmysqld/lib_sql.cc
@@ -683,7 +683,7 @@ void *create_embedded_thd(Vio *vio, unsigned char *buff, int client_flag, char *
thd->net.return_status= &thd->server_status;
thd->db= db;
- thd->db_length= db ? stripp_sp(db) : 0;
+ thd->db_length= db ? strip_sp(db) : 0;
thd->db_access= DB_ACLS;
thd->master_access= ~NO_ACCESS;