diff options
author | unknown <monty@tramp.mysql.fi> | 2001-10-29 10:49:35 +0200 |
---|---|---|
committer | unknown <monty@tramp.mysql.fi> | 2001-10-29 10:49:35 +0200 |
commit | b3a974963dee53187668e9f467310069b4a67fcc (patch) | |
tree | fc5532fe3c9a3bc29a1e71b5db41e1b702f4980a /BitKeeper | |
parent | 440de598ee325364b89468c8bd66925956b0e66f (diff) | |
download | mariadb-git-b3a974963dee53187668e9f467310069b4a67fcc.tar.gz |
Fixed error message when opening a not-MyISAM file.
Extended MODIFY and CHANGE in ALTER TABLE to accept the AFTER keyword.
Extended MyISAM to handle records > 16M.
Docs/manual.texi:
Updated state of different modules.
Rewrote description of 'perror' and 'Packet too large'.
myisam/mi_dynrec.c:
Extended MyISAM to handle records > 16M
myisam/mi_open.c:
Fix error message when opening a not-MyISAM file.
myisam/myisamdef.h:
Extended MyISAM to handle records > 16M
mysql-test/r/alter_table.result:
Added test for CHANGE col ... AFTER
mysql-test/t/alter_table.test:
Added test for CHANGE col ... AFTER
sql/sql_table.cc:
Extended MODIFY and CHANGE in ALTER TABLE to accept the AFTER keyword.
sql/sql_yacc.yy:
Extended MODIFY and CHANGE in ALTER TABLE to accept the AFTER keyword.
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'BitKeeper')
-rw-r--r-- | BitKeeper/etc/logging_ok | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index b572006d796..9ba3f55a597 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -33,3 +33,4 @@ tonu@x153.internalnet tonu@x3.internalnet Administrator@co3064164-a. Administrator@co3064164-a.rochd1.qld.optushome.com.au +monty@tramp.mysql.fi |