| 4743 | return false; |
| 4744 | } |
| 4745 | void set_command(enum_sql_command command, |
| 4746 | DDL_options_st options) |
| 4747 | { |
| 4748 | sql_command= command; |
| 4749 | create_info.set(options); |
| 4750 | } |
| 4751 | void set_command(enum_sql_command command, |
| 4752 | uint scope, |
| 4753 | DDL_options_st options) |
no test coverage detected