mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Removed getTableForAlteration
This commit is contained in:
@ -982,20 +982,6 @@ public:
|
||||
*/
|
||||
const Table * getTable(const char * name);
|
||||
|
||||
/**
|
||||
* Get table with given name for alteration.
|
||||
* @param name Name of table to alter
|
||||
* @return table if successful. NULL if undefined
|
||||
*/
|
||||
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