1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00
Don't use DBUG library for struct st_my_thread_var to make code less complicated.
This commit is contained in:
monty@hundin.mysql.fi
2002-04-02 17:54:57 +03:00
parent 591bda6748
commit d80ebc17d6
14 changed files with 74 additions and 78 deletions

View File

@@ -400,7 +400,7 @@ static my_bool sql_connect(MYSQL *mysql,const char *host, const char *user,
static int execute_commands(MYSQL *mysql,int argc, char **argv)
{
char *status;
const char *status;
for (; argc > 0 ; argv++,argc--)
{