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

Fix for WL#1731 Handler: multiple databases

This commit is contained in:
unknown
2004-08-18 19:13:39 +02:00
parent 2b6b61642b
commit 86fdb8b977
13 changed files with 360 additions and 42 deletions

View File

@@ -492,6 +492,12 @@ NdbIndexImpl::getTable() const
return m_tableName.c_str();
}
const NdbTableImpl *
NdbIndexImpl::getIndexTable() const
{
return m_table;
}
/**
* NdbEventImpl
*/