mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
This fixed bug 13369. Note, I dislike goto's as well.
The alias structure now is a bit more simple and just uses a pointer to replace with the currect name. The giant case statement should go away in the next patch.
This commit is contained in:
@@ -367,7 +367,6 @@ struct show_table_type_st {
|
||||
struct show_table_alias_st {
|
||||
const char *alias;
|
||||
const char *type;
|
||||
show_table_type_st *st;
|
||||
};
|
||||
|
||||
/* Possible flags of a handlerton */
|
||||
|
||||
Reference in New Issue
Block a user