mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +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->net.return_status= &thd->server_status;
|
||||||
|
|
||||||
thd->db= db;
|
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->db_access= DB_ACLS;
|
||||||
thd->master_access= ~NO_ACCESS;
|
thd->master_access= ~NO_ACCESS;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user