1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

fixed open_and_lock_tables result processing (all open_and_lock_tables revision)

fixed printing of COLLATE operation
(BUG#5155)
This commit is contained in:
bell@sanja.is.com.ua
2004-08-31 10:06:38 +03:00
parent 7682b10ee8
commit 392c306969
18 changed files with 79 additions and 42 deletions

View File

@@ -640,11 +640,8 @@ int mysqld_help(THD *thd, const char *mask)
uint mlen= strlen(mask);
MEM_ROOT *mem_root= &thd->mem_root;
if (open_and_lock_tables(thd, tables))
{
res= -1;
if (res= open_and_lock_tables(thd, tables))
goto end;
}
/*
Init tables and fields to be usable from items