1. 11 Jun, 2003 2 commits
  2. 10 Jun, 2003 1 commit
  3. 06 Jun, 2003 3 commits
    • guilhem@mysql.com's avatar
      Merge gbichot@213.136.52.20:/home/bk/mysql-4.0 · f4c70678
      guilhem@mysql.com authored
      into mysql.com:/home/mysql_src/mysql-4.0
      f4c70678
    • guilhem@mysql.com's avatar
      Fix for bug 254 : · 60fb005e
      guilhem@mysql.com authored
      we now make a distinction between if the master is < 3.23.57, 3.23 && >=57, and 4.x
      (before the 2 3.23 were one). This is because in 3.23.57 we have a way to distinguish between
      a Start_log_event written at server startup and one written at FLUSH LOGS, so we
      have a way to know if the slave must drop old temp tables or not.
      Change: mi->old_format was bool, now it's enum (to handle 3 cases). However, functions
      which had 'bool old_format' as an argument have their prototypes unchanged, because
      the old old_format == 0 now corresponds to the enum value BINLOG_FORMAT_CURRENT which
      is equal to 0, so boolean tests are left untouched. The only case were we use mi->old_format
      as an enum instead of casting it implicitly to a bool, is in Start_log_event::exec_event,
      where we want to distinguish between the 3 possible enum values.
      60fb005e
    • heikki@hundin.mysql.fi's avatar
      sql_yacc.yy, sql_parse.cc, sql_lex.h, mysqld.cc, lex.h: · 255a40c2
      heikki@hundin.mysql.fi authored
        Add syntax SAVEPOINT id and ROLLBACK TO SAVEPOINT id. This is compatible with DB2 and Oracle but not with SQL Server. Savepoints do not do anything yet, this is just parsing.
      255a40c2
  4. 05 Jun, 2003 14 commits
  5. 04 Jun, 2003 7 commits
  6. 03 Jun, 2003 3 commits
  7. 02 Jun, 2003 8 commits
  8. 01 Jun, 2003 2 commits