mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Don't use subtransactions on write_row() and delete_row() in
ha_berkeley. A few smaller bug fixes. sql/ha_berkeley.cc: - Don't use subtransactions on write_row() and delete_row() - Bug fixes for sharing DB *file sql/ha_berkeley.h: - Don't use subtransactions on write_row() and delete_row() - Bug fixes for sharing DB *file sql/ha_myisam.cc: - fix compiler warning sql/log_event.cc: - fix compiler warning
This commit is contained in:
@ -624,7 +624,7 @@ void Load_log_event::print(FILE* file, bool short_form)
|
||||
if (!short_form)
|
||||
{
|
||||
print_header(file);
|
||||
fprintf(file, "\tQuery\tthread_id=%d\texec_time=%ld\n",
|
||||
fprintf(file, "\tQuery\tthread_id=%ld\texec_time=%ld\n",
|
||||
thread_id, exec_time);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user