From d0e83062036a8da0bf02dd24070dd138b843ce80 Mon Sep 17 00:00:00 2001 From: "jani@hynda.mysql.fi" <> Date: Mon, 5 Nov 2001 23:48:03 +0200 Subject: Added xml patch to mysqldump. Made innodb to compile more cleanly with debugging options enabled. Fixed a few bugs and found a few possible bugs, which I hope Heikki will check. Comments needs to be fixed too. Some while() functions should be changed to do ... until for documenting purposes, because some of them must and will be processed at least once, or a variable would be used uninitialized. Regards, Jani --- innobase/sync/sync0sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'innobase/sync/sync0sync.c') diff --git a/innobase/sync/sync0sync.c b/innobase/sync/sync0sync.c index 8b2a39e15eb..3f40aa166ee 100644 --- a/innobase/sync/sync0sync.c +++ b/innobase/sync/sync0sync.c @@ -229,7 +229,7 @@ mutex_create_func( mutex_set_waiters(mutex, 0); mutex->magic_n = MUTEX_MAGIC_N; mutex->line = 0; - mutex->file_name = "not yet reserved"; + mutex->file_name = (char *) "not yet reserved"; mutex->thread_id = ULINT_UNDEFINED; mutex->level = SYNC_LEVEL_NONE; mutex->cfile_name = cfile_name; -- cgit v1.2.1