1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix for BUG#57316 "It is not clear how to disable autocommit"

add boolean command-line option --autocommit.
This commit is contained in:
Guilhem Bichot
2010-11-05 14:16:27 +01:00
parent 373be0d5fa
commit f80d13e530
13 changed files with 141 additions and 6 deletions

View File

@ -5317,8 +5317,7 @@ sub gdb_arguments {
"break mysql_parse\n" .
"commands 1\n" .
"disable 1\n" .
"end\n" .
"run");
"end\n");
}
if ( $opt_manual_gdb )