Commit 47592e1c authored by unknown's avatar unknown

Small fixes


libmysqld/lib_sql.cc:
  Function renaming fix
libmysqld/sql_error.cc:
  Fix after pull
libmysqld/sql_prepare.cc:
  Fix after pull
parent 0bf296a0
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment