Commit 9120973f authored by marko's avatar marko

branches/zip: row_merge_lock_table(): Set a more informative trx->op_info.

parent 71a4f691
......@@ -1662,7 +1662,7 @@ row_merge_lock_table(
heap = mem_heap_create(512);
trx->op_info = "setting table lock for index merge";
trx->op_info = "setting table lock for creating or dropping index";
node = sel_node_create(heap);
thr = pars_complete_graph_for_exec(node, trx, heap);
......
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