mirror of
https://github.com/MariaDB/server.git
synced 2026-04-24 09:15:30 +02:00
5.2 merge
This commit is contained in:
commit
7f6f53a8df
117 changed files with 2796 additions and 340 deletions
|
|
@ -143,7 +143,8 @@ static my_bool opt_compress= FALSE, tty_password= FALSE,
|
|||
const char *auto_generate_sql_type= "mixed";
|
||||
|
||||
static unsigned long connect_flags= CLIENT_MULTI_RESULTS |
|
||||
CLIENT_MULTI_STATEMENTS;
|
||||
CLIENT_MULTI_STATEMENTS |
|
||||
CLIENT_REMEMBER_OPTIONS;
|
||||
|
||||
static int verbose, delimiter_length;
|
||||
static uint commit_rate;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue