diff options
author | unknown <monty@mysql.com> | 2004-03-17 10:30:40 +0200 |
---|---|---|
committer | unknown <monty@mysql.com> | 2004-03-17 10:30:40 +0200 |
commit | b523802138eef0c66d6ce89263b512c1494a277b (patch) | |
tree | 2f18de7b832ebd37828631dccd3562ffc5611fa7 /innobase/row | |
parent | a8aacf87648f64e7489220dab7d8729c5c01e13d (diff) | |
download | mariadb-git-b523802138eef0c66d6ce89263b512c1494a277b.tar.gz |
After merge fixes
Diffstat (limited to 'innobase/row')
-rw-r--r-- | innobase/row/row0mysql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/row/row0mysql.c b/innobase/row/row0mysql.c index efcca623a76..49e5aeac2e4 100644 --- a/innobase/row/row0mysql.c +++ b/innobase/row/row0mysql.c @@ -1934,7 +1934,7 @@ row_discard_tablespace_for_mysql( graph->fork_type = QUE_FORK_MYSQL_INTERFACE; - ut_a(thr = que_fork_start_command(graph, SESS_COMM_EXECUTE, 0)); + ut_a(thr = que_fork_start_command(graph)); que_run_threads(thr); |