summaryrefslogtreecommitdiff
path: root/Docs/manual.texi
diff options
context:
space:
mode:
authorunknown <monty@mashka.mysql.fi>2002-08-24 16:32:16 +0300
committerunknown <monty@mashka.mysql.fi>2002-08-24 16:32:16 +0300
commit5d641b1288ee01939cfddd145e070ebef87b6c17 (patch)
treeaabd2378e79efbd8c2610d7dabacdfd1dca7e00c /Docs/manual.texi
parentfd096e655d52f80ee0ffc4cb63b4b5f740f2561a (diff)
downloadmariadb-git-5d641b1288ee01939cfddd145e070ebef87b6c17.tar.gz
Portability fix for AIX 4.3 powerpc with gcc 3.2
BitKeeper/deleted/.del-rpl_compat.test~5f6ba955e02aa95f: deleted old test Docs/manual.texi: Added comment about shared libraries to upgrade section
Diffstat (limited to 'Docs/manual.texi')
-rw-r--r--Docs/manual.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index 2209568ea48..723085b4fb9 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -8120,6 +8120,10 @@ Convert your old ISAM files to MyISAM files with the command:
be run if all tables in the given database is ISAM or MyISAM tables. If
this is not the case you should run @code{ALTER TABLE table_name TYPE=MyISAM}
on all ISAM tables.
+@item
+Ensure that you don't have any MySQL clients that uses shared libraries
+(like the perl Msql-Mysql-modules). If you have, you should recompile
+them as structures used in libmysqlclient.so has changed.
@end itemize
MySQL 4.0 will work even if you don't do the above, but you will not be