Merge mysql.com:/home/hf/work/26833/my50-26833

into  mysql.com:/home/hf/work/mrg/mysql-5.0-opt
This commit is contained in:
holyfoot/hf@mysql.com/hfmain.(none) 2007-03-15 16:26:37 +04:00
commit 2e3ce3c20f

View File

@ -5402,7 +5402,7 @@ check_table_access(THD *thd, ulong want_access,TABLE_LIST *tables,
{ {
uint found=0; uint found=0;
ulong found_access=0; ulong found_access=0;
#ifndef EMBEDDED_LIBRARY #ifndef NO_EMBEDDED_ACCESS_CHECKS
TABLE_LIST *org_tables= tables; TABLE_LIST *org_tables= tables;
#endif #endif
TABLE_LIST *first_not_own_table= thd->lex->first_not_own_table(); TABLE_LIST *first_not_own_table= thd->lex->first_not_own_table();