1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Merge quad.:/mnt/raid/alik/MySQL/devel/5.1

into  quad.:/mnt/raid/alik/MySQL/devel/5.1-rt-merged
This commit is contained in:
anozdrin/alik@quad.
2008-02-26 19:34:02 +03:00
142 changed files with 5096 additions and 1196 deletions

View File

@@ -319,7 +319,7 @@ check_user(THD *thd, enum enum_server_command command,
if (mysql_change_db(thd, &db_str, FALSE))
DBUG_RETURN(1);
}
send_ok(thd);
my_ok(thd);
DBUG_RETURN(0);
#else
@@ -468,7 +468,7 @@ check_user(THD *thd, enum enum_server_command command,
DBUG_RETURN(1);
}
}
send_ok(thd);
my_ok(thd);
thd->password= test(passwd_len); // remember for error messages
/* Ready to handle queries */
DBUG_RETURN(0);