diff options
author | unknown <heikki@hundin.mysql.fi> | 2005-03-16 00:34:15 +0200 |
---|---|---|
committer | unknown <heikki@hundin.mysql.fi> | 2005-03-16 00:34:15 +0200 |
commit | 7955fe527d98d6d0231a8d10aa465401643e8f09 (patch) | |
tree | 83bd274525d64319b62ccc0e8791a8f24213b1c6 /innobase/trx | |
parent | 4db638f371d2ac7720b435bfab3c148f74655c87 (diff) | |
download | mariadb-git-7955fe527d98d6d0231a8d10aa465401643e8f09.tar.gz |
Many files:
InnoDB true VARCHAR
sql/ha_innodb.h:
InnoDB true VARCHAR
sql/ha_innodb.cc:
InnoDB true VARCHAR
innobase/include/data0type.h:
InnoDB true VARCHAR
innobase/include/que0que.h:
InnoDB true VARCHAR
innobase/include/row0mysql.h:
InnoDB true VARCHAR
innobase/include/data0type.ic:
InnoDB true VARCHAR
innobase/include/row0mysql.ic:
InnoDB true VARCHAR
innobase/row/row0ins.c:
InnoDB true VARCHAR
innobase/row/row0mysql.c:
InnoDB true VARCHAR
innobase/row/row0sel.c:
InnoDB true VARCHAR
innobase/trx/trx0trx.c:
InnoDB true VARCHAR
Diffstat (limited to 'innobase/trx')
-rw-r--r-- | innobase/trx/trx0trx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/trx/trx0trx.c b/innobase/trx/trx0trx.c index 614058e6860..643f7e164e5 100644 --- a/innobase/trx/trx0trx.c +++ b/innobase/trx/trx0trx.c @@ -1958,7 +1958,7 @@ trx_recover_for_mysql( ut_print_timestamp(stderr); fprintf(stderr, -" InnoDB: %d transactions in prepare state after recovery\n", +" InnoDB: %d transactions in prepared state after recovery\n", count); return (count); |