1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Small fixes

This commit is contained in:
hf@bison.(none)
2002-06-18 20:35:34 +05:00
parent cc6407f1a5
commit 288c9464ce

View File

@ -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;