1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Don't use subtransactions on write_row() and delete_row() in

ha_berkeley.
A few smaller bug fixes.
This commit is contained in:
tim@cane.mysql.fi
2000-12-28 19:26:32 +02:00
parent a23a5d9860
commit f0505c0902
4 changed files with 85 additions and 50 deletions

View File

@@ -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);
}