summaryrefslogtreecommitdiff
path: root/innobase/include
diff options
context:
space:
mode:
authorunknown <heikki@hundin.mysql.fi>2002-09-20 05:44:41 +0300
committerunknown <heikki@hundin.mysql.fi>2002-09-20 05:44:41 +0300
commit010a8b922eea10821c68d8dd0fdd74a1f5d4208d (patch)
tree6bc7d58cce92983c1eb690b6b9272aeeedef1436 /innobase/include
parentce62618ca739649bbe06eec57729e4d860617274 (diff)
downloadmariadb-git-010a8b922eea10821c68d8dd0fdd74a1f5d4208d.tar.gz
srv0srv.h, srv0srv.c, row0mysql.c:
Put back a change unintentionally removed in the last 2 pushes innobase/row/row0mysql.c: Put back a change unintentionally removed in the last 2 pushes innobase/srv/srv0srv.c: Put back a change unintentionally removed in the last 2 pushes innobase/include/srv0srv.h: Put back a change unintentionally removed in the last 2 pushes
Diffstat (limited to 'innobase/include')
-rw-r--r--innobase/include/srv0srv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/include/srv0srv.h b/innobase/include/srv0srv.h
index 178c7b6971f..9de5e9ccfc9 100644
--- a/innobase/include/srv0srv.h
+++ b/innobase/include/srv0srv.h
@@ -53,7 +53,7 @@ extern ulint srv_n_log_files;
extern ulint srv_log_file_size;
extern ibool srv_log_archive_on;
extern ulint srv_log_buffer_size;
-extern ibool srv_flush_log_at_trx_commit;
+extern ulint srv_flush_log_at_trx_commit;
extern byte srv_latin1_ordering[256];/* The sort order table of the latin1
character set */