mirror of
https://github.com/MariaDB/server.git
synced 2026-05-03 05:35:31 +02:00
Cleanup: rename select_send::status to select_send::is_result_set_started.
Add select_send::cleanup. Fix a compilation warning. Issues spotted while working on the fix for Bug#12713. sql-common/client.c: Fix a warning. sql/sql_class.cc: Give a variable a more specific name. Rewrite an incorrect comment. Add a cleanup for select_send. The only case now this cleanup can be necessary is when we have a prepared statement inside a stored procedure, and a continue handler. At first execution, the statement is killed after having executed select_send::send_fields. At the second execution it is killed after having executed select_send::send_fields. sql/sql_class.h: Rename a member. Add comments.
This commit is contained in:
parent
6c76397404
commit
9ad4366b7b
3 changed files with 30 additions and 11 deletions
|
|
@ -1714,7 +1714,6 @@ static MYSQL_METHODS client_methods=
|
|||
C_MODE_START
|
||||
int mysql_init_character_set(MYSQL *mysql)
|
||||
{
|
||||
NET *net= &mysql->net;
|
||||
const char *default_collation_name;
|
||||
|
||||
/* Set character set */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue