mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Small fixes
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user