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:
@@ -492,6 +492,12 @@ NdbIndexImpl::getTable() const
|
||||
return m_tableName.c_str();
|
||||
}
|
||||
|
||||
const NdbTableImpl *
|
||||
NdbIndexImpl::getIndexTable() const
|
||||
{
|
||||
return m_table;
|
||||
}
|
||||
|
||||
/**
|
||||
* NdbEventImpl
|
||||
*/
|
||||
|
Reference in New Issue
Block a user