1
0
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:
unknown
2004-12-06 14:51:10 +01:00
parent 04866cf0f1
commit c6b3c442a5
7 changed files with 93 additions and 40 deletions

View File

@ -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