diff options
author | monty@donna.mysql.com <> | 2000-09-14 02:39:07 +0300 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-09-14 02:39:07 +0300 |
commit | b581f17be222af50b399242353fd6df31b6b05d5 (patch) | |
tree | 47d3199e561726437875c3247556ac5797525366 /myisam/mi_log.c | |
parent | 7e543b4d4b67b7108d72bf1f1a8b22f99937c886 (diff) | |
download | mariadb-git-b581f17be222af50b399242353fd6df31b6b05d5.tar.gz |
Fixes for MERGE TABLES and HEAP tables
Diffstat (limited to 'myisam/mi_log.c')
-rw-r--r-- | myisam/mi_log.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/myisam/mi_log.c b/myisam/mi_log.c index 9f08b835d14..d223cc69bcc 100644 --- a/myisam/mi_log.c +++ b/myisam/mi_log.c @@ -69,7 +69,8 @@ int mi_log(int activate_log) /* Logging of records and commands on logfile */ /* All logs starts with command(1) dfile(2) process(4) result(2) */ -void _myisam_log(enum myisam_log_commands command, MI_INFO *info, const byte *buffert, uint length) +void _myisam_log(enum myisam_log_commands command, MI_INFO *info, + const byte *buffert, uint length) { char buff[11]; int error,old_errno; |