1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

New improved IO_CACHE

This commit is contained in:
monty@bitch.mysql.fi
2001-11-28 02:55:52 +02:00
parent d3288575de
commit d0ccff5090
29 changed files with 496 additions and 413 deletions

View File

@@ -288,7 +288,7 @@ static void decrease_user_connections(const char *user, const char *host)
uc = (struct user_conn *) hash_search(&hash_user_connections,
(byte*) temp_user, temp_len);
dbug_assert(uc != 0); // We should always find the user
DBUG_ASSERT(uc != 0); // We should always find the user
if (!uc)
goto end; // Safety; Something went wrong
if (! --uc->connections)