mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-new
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-new
This commit is contained in:
commit
c56641a600
1 changed files with 1 additions and 1 deletions
|
@ -1200,7 +1200,7 @@ Ndb::internalize_index_name(const NdbTableImpl * table,
|
||||||
if (!table)
|
if (!table)
|
||||||
{
|
{
|
||||||
DBUG_PRINT("error", ("!table"));
|
DBUG_PRINT("error", ("!table"));
|
||||||
return ret;
|
DBUG_RETURN(ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (fullyQualifiedNames)
|
if (fullyQualifiedNames)
|
||||||
|
|
Loading…
Add table
Reference in a new issue