1. 20 Mar, 2004 3 commits
    • guilhem@mysql.com's avatar
      Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0 · f657ea97
      guilhem@mysql.com authored
      into mysql.com:/home/mysql_src/mysql-4.0
      f657ea97
    • guilhem@mysql.com's avatar
      The automatic DROP TEMPORARY TABLE is now DROP TEMPORARY TABLE IF EXISTS, · d89f148d
      guilhem@mysql.com authored
      this is better in this case:
      - imagine user1 has created a temp table
      - imagine user2 does FLUSH TABLES WITH READ LOCK, then takes a backup,
      then RESET MASTER then UNLOCK TABLES, like mysqldump --first-slave
      - then in the binlog you will finally have the DROP TEMPORARY TABLE,
      but not the CREATE TEMPORARY TABLE, so when you later restore with
      mysqlbinlog|mysql, mysql will complain that table does not exist.
      Replication was already protected of this (it processes DROP TEMPORARY
      TABLE as if there was a IF EXISTS), now I add it directly to the query
      for mysqlbinlog|mysql to work.
      d89f148d
    • heikki@hundin.mysql.fi's avatar
      btr0btr.c: · a8da91f9
      heikki@hundin.mysql.fi authored
        Correct previous bk commit comment about page splits: actually, in versions < 4.0.19 space utilization is very poor if 1500 - 8000 byte rows are inserted in the order of the primary key
      a8da91f9
  2. 19 Mar, 2004 11 commits
  3. 17 Mar, 2004 6 commits
  4. 16 Mar, 2004 14 commits
  5. 13 Mar, 2004 4 commits
  6. 12 Mar, 2004 2 commits