1. 06 Nov, 2002 4 commits
  2. 05 Nov, 2002 5 commits
  3. 02 Nov, 2002 1 commit
  4. 01 Nov, 2002 1 commit
  5. 31 Oct, 2002 12 commits
  6. 30 Oct, 2002 10 commits
  7. 29 Oct, 2002 7 commits
    • heikki@hundin.mysql.fi's avatar
      lexyy.c: · 93b301ba
      heikki@hundin.mysql.fi authored
        Update instructions about editing the files generated by flex and bison
      93b301ba
    • monty@mashka.mysql.fi's avatar
      merge · bb7f37ab
      monty@mashka.mysql.fi authored
      bb7f37ab
    • heikki@hundin.mysql.fi's avatar
      configure.in: · 392bb5ad
      heikki@hundin.mysql.fi authored
        In Linux do not printb thread id's but process no's in SHOW INNODB STATUS
      392bb5ad
    • heikki@hundin.mysql.fi's avatar
      Many files: · 9153d88c
      heikki@hundin.mysql.fi authored
        Merge InnoDB-4.0.5: new isolation levels READ COMMITTED and READ UNCOMMITTED now supported, selective deadlock resolution
      mysqld.cc:
        Change MySQL default isolation level to REPEATABLE READ; note that InnoDB has always had that default, and BDB and MyISAM always run at SERIALIZABLE level anyway
      9153d88c
    • monty@mashka.mysql.fi's avatar
      Added --skip-safemalloc to mysqltest · 5343d4c9
      monty@mashka.mysql.fi authored
      Added bug fix from 3.23 for AIX 4.3.3 and gcc 3.x
      Small change in EXCHANGE output
      Propagate open-files-limit from mysqld_safe -> mysqld
      Fixed speed bug in GROUP BY
      Added quotes around database name in CREATE DATABASE db_name (for binary log)
      5343d4c9
    • peter@mysql.com's avatar
      Merge mysql.com:/home/pz/mysql/mysql-4.0-root · b8ded6e9
      peter@mysql.com authored
      into mysql.com:/home/pz/mysql/mysql-4.0
      b8ded6e9
    • monty@hundin.mysql.fi's avatar
      Added back old LARGEFILE handling · 1e053832
      monty@hundin.mysql.fi authored
      Fixed reference to freed memory in acl_init()/grant_init()
      Fixed possible memory leak. (Could only happen in very strange circumstances)
      Fixed bug in ALTER TABLE with BDB tables
      Updated mysql-test for valgrind
      1e053832