An error occurred fetching the project authors.
  1. 25 Aug, 2009 1 commit
  2. 30 Apr, 2009 1 commit
  3. 10 Apr, 2009 1 commit
  4. 10 Sep, 2007 1 commit
  5. 21 Nov, 2006 1 commit
    • monty@mysql.com/nosik.monty.fi's avatar
      Added --debug-info to most clients to detect memory leaks in mysql-test-run · f6682e27
      monty@mysql.com/nosik.monty.fi authored
      Moved .progress files into the log directory
      Moved 'cluster' database tables into the MySQL database, to not have 'cluster' beeing a reserved database name
      Fixed bug where mysqld got a core dump when trying to use a table created by MySQL 3.23
      Fixed some compiler warnings
      Fixed small memory leak in libmysql
      Note that this doesn't changeset doesn't include the new mysqldump.c code required to run some tests. This will be added when I merge 5.0 to 5.1
      f6682e27
  6. 12 Apr, 2006 1 commit
    • bar@mysql.com's avatar
      Bug#18736 test case 'upgrade' fails · 2b970995
      bar@mysql.com authored
      "upgrade" failed on windows, because of lower_case_table_name.
      This fix changes letters to lower case, not to depend on OS.
      
      Note, this change does not affect coverage of 
      Bug N 17142 "Crash if create with encoded name",
      which the test war originally written for.
      2b970995
  7. 07 Mar, 2006 1 commit
    • bar@mysql.com's avatar
      Bug#17142 Crash if create with encoded name · 02023859
      bar@mysql.com authored
      upgrade.result, upgrade.test:
        Adding test case.
      table.cc:
        Don't try to open a table with old-formatted name,
        if the table name contains "@" character.
        This is to avoid mixing two different names to each other.
        Thanks Monty for suggesting this fix.
      02023859
  8. 26 Feb, 2006 1 commit
    • monty@mysql.com's avatar
      Cleanups · 386276d8
      monty@mysql.com authored
      Don't run upgrade.test with embedded server as it requires mysqlcheck
      386276d8
  9. 17 Feb, 2006 1 commit