summaryrefslogtreecommitdiff
path: root/myisam/mi_log.c
diff options
context:
space:
mode:
Diffstat (limited to 'myisam/mi_log.c')
-rw-r--r--myisam/mi_log.c3
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;