mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Small fixes
libmysqld/lib_sql.cc: Function renaming fix libmysqld/sql_error.cc: Fix after pull libmysqld/sql_prepare.cc: Fix after pull
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