• unknown's avatar
    Fixed error message when opening a not-MyISAM file. · 29d82b3b
    unknown authored
    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
    29d82b3b
alter_table.result 3.65 KB