Commit c92d611d authored by unknown's avatar unknown

row0mysql.c:

  Heikki will merge to 4.0: cleanup


innobase/row/row0mysql.c:
  Heikki will merge to 4.0: cleanup
parent 446f8779
...@@ -1405,7 +1405,6 @@ row_create_index_for_mysql( ...@@ -1405,7 +1405,6 @@ row_create_index_for_mysql(
ulint i; ulint i;
ulint j; ulint j;
ut_ad(rw_lock_own(&dict_operation_lock, RW_LOCK_EX));
ut_ad(mutex_own(&(dict_sys->mutex))); ut_ad(mutex_own(&(dict_sys->mutex)));
ut_ad(trx->mysql_thread_id == os_thread_get_curr_id()); ut_ad(trx->mysql_thread_id == os_thread_get_curr_id());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment