summaryrefslogtreecommitdiff
path: root/innobase/trx
diff options
context:
space:
mode:
authorunknown <marko@hundin.mysql.fi>2005-03-07 15:28:11 +0200
committerunknown <marko@hundin.mysql.fi>2005-03-07 15:28:11 +0200
commit9396ef5b2d063edd1d4705d05b2844895e50c084 (patch)
tree6c158362702b96a577b58a1df5f2b9426b175ddb /innobase/trx
parent309b4721d50ba42bc0c286a4be5a95d49649af28 (diff)
parent9c6cc47f749d37fb0cc9d5ff48818237bacd5012 (diff)
downloadmariadb-git-9396ef5b2d063edd1d4705d05b2844895e50c084.tar.gz
Merge marko@bk-internal.mysql.com:/home/bk/mysql-4.1
into hundin.mysql.fi:/home/marko/mysql-4.1
Diffstat (limited to 'innobase/trx')
-rw-r--r--innobase/trx/trx0sys.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/innobase/trx/trx0sys.c b/innobase/trx/trx0sys.c
index 54bd5be01a1..51e193d563b 100644
--- a/innobase/trx/trx0sys.c
+++ b/innobase/trx/trx0sys.c
@@ -666,7 +666,8 @@ trx_sys_print_mysql_binlog_offset(void)
{
trx_sysf_t* sys_header;
mtr_t mtr;
- ulong trx_sys_mysql_bin_log_pos_high, trx_sys_mysql_bin_log_pos_low;
+ ulint trx_sys_mysql_bin_log_pos_high;
+ ulint trx_sys_mysql_bin_log_pos_low;
mtr_start(&mtr);