mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Fix after merge
BitKeeper/etc/ignore: Added libmysqld/sql_do.cc to the ignore list include/m_string.h: Fix for purify libmysql/Makefile.shared: Fix for purify libmysqld/Makefile.am: Fix for purify sql/sql_handler.cc: Cleanup
This commit is contained in:
@ -86,7 +86,7 @@ int mysql_ha_read(THD *thd, TABLE_LIST *tables,
|
||||
if (!table)
|
||||
{
|
||||
my_printf_error(ER_UNKNOWN_TABLE,ER(ER_UNKNOWN_TABLE),MYF(0),
|
||||
tables->name,"HANDLER");
|
||||
tables->name,"HANDLER");
|
||||
return -1;
|
||||
}
|
||||
tables->table=table;
|
||||
|
Reference in New Issue
Block a user