diff options
author | unknown <heikki@hundin.mysql.fi> | 2004-01-06 19:50:50 +0200 |
---|---|---|
committer | unknown <heikki@hundin.mysql.fi> | 2004-01-06 19:50:50 +0200 |
commit | b958fd15b26918cd6238c9b54111a957eb520e77 (patch) | |
tree | 2449f00442877e2ab072c7e7e259a749fdd0dbd2 /innobase/trx | |
parent | 7219513743ec021216f8ad81dc8e80607d431769 (diff) | |
download | mariadb-git-b958fd15b26918cd6238c9b54111a957eb520e77.tar.gz |
trx0sys.c:
DO NOT MERGE TO 4.1: charset changes can cause problems in a downgrade 4.1.1 -> 4.0.18
innobase/trx/trx0sys.c:
DO NOT MERGE TO 4.1: charset changes can cause problems in a downgrade 4.1.1 -> 4.0.18
Diffstat (limited to 'innobase/trx')
-rw-r--r-- | innobase/trx/trx0sys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/trx/trx0sys.c b/innobase/trx/trx0sys.c index 6ed70280b26..aacf5da8be8 100644 --- a/innobase/trx/trx0sys.c +++ b/innobase/trx/trx0sys.c @@ -191,7 +191,7 @@ start_again: "InnoDB: PROCESSLIST shows that you have ended all other connections\n" "InnoDB: to mysqld, then purge and the insert buffer merge have been\n" "InnoDB: completed.\n" -"InnoDB: If you have already created .ibd tables in >= 4.1.1, then those\n" +"InnoDB: If you have already created tables in >= 4.1.1, then those\n" "InnoDB: tables cannot be used under 4.0.\n" "InnoDB: NOTE THAT this downgrade procedure has not been properly tested!\n" "InnoDB: The safe way to downgrade is to dump all InnoDB tables and recreate\n" |