1
0
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:
unknown
2002-06-18 20:35:34 +05:00
parent 0bf296a02b
commit 47592e1c29

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;