Lars Thalmann wrote:
> Ok, it should probably be the server that create the statement when we
> get object backup/restore, but since this is improving the
Agree. I actually consider function store_db_create_info() to be a part of the
server. It should be in sql_show.cc but I was too shy to mess with that code.
But if you think it is better, we could do this:
- move store_db_create_info() to sql_show.cc (where store_create_info() is defined)
- refactor mysql_show_create_db() to use above function.
If we are going to do that, shall we ask someone for opinions or just go ahead?
Rafal