diff options
author | marko@hundin.mysql.fi <> | 2004-03-11 12:55:28 +0200 |
---|---|---|
committer | marko@hundin.mysql.fi <> | 2004-03-11 12:55:28 +0200 |
commit | a68a1ed0ca012404c1693060b88e34156077946f (patch) | |
tree | ad486fc6b33dabb30859b676243fe71ebcea544e /innobase/dict | |
parent | 0a0e981220117d9aca344ba89d85ab928e9796c3 (diff) | |
download | mariadb-git-a68a1ed0ca012404c1693060b88e34156077946f.tar.gz |
Remove unneeded module "com"
Diffstat (limited to 'innobase/dict')
-rw-r--r-- | innobase/dict/dict0crea.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/innobase/dict/dict0crea.c b/innobase/dict/dict0crea.c index 76e72ddd9c2..d6e817d465e 100644 --- a/innobase/dict/dict0crea.c +++ b/innobase/dict/dict0crea.c @@ -1088,7 +1088,7 @@ dict_create_or_check_foreign_constraint_tables(void) 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); @@ -1233,7 +1233,7 @@ loop: 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); |