| 386 | |
| 387 | |
| 388 | Alter_table_ctx::Alter_table_ctx() |
| 389 | : db(null_clex_str), table_name(null_clex_str), alias(null_clex_str), |
| 390 | new_db(null_clex_str), new_name(null_clex_str), new_alias(null_clex_str) |
| 391 | { |
| 392 | } |
| 393 | |
| 394 | /* |
| 395 | TODO: new_name_arg changes if lower case table names. |
nothing calls this directly
no test coverage detected