mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Fix for bug#6935 table rename does not work with ndb tables
This commit is contained in:
@ -989,6 +989,13 @@ public:
|
||||
*/
|
||||
Table getTableForAlteration(const char * name);
|
||||
|
||||
/**
|
||||
* Get copy a copy of a table for alteration.
|
||||
* @param table Table object to alter
|
||||
* @return table if successful. NULL if undefined
|
||||
*/
|
||||
Table getTableForAlteration(const Table &);
|
||||
|
||||
#ifndef DOXYGEN_SHOULD_SKIP_INTERNAL
|
||||
/**
|
||||
* Invalidate cached table object
|
||||
|
Reference in New Issue
Block a user