1. 19 Sep, 2006 1 commit
  2. 18 Sep, 2006 8 commits
  3. 15 Sep, 2006 9 commits
  4. 14 Sep, 2006 13 commits
    • unknown's avatar
      Fix an assert on AIX 5.2, 64bit. COND_queue_state wasn't · b5dbd682
      unknown authored
      initialized prior to usage as well as deinitialized on shutdown.
      
      
      sql/event_queue.cc:
        Deinitialize and initialize COND_queue_state
      b5dbd682
    • unknown's avatar
      Post-merge fix: remove dup() call in ha_archive.cc which resulted in a memory leak. · 6a9d7315
      unknown authored
      
      storage/archive/ha_archive.cc:
        Remove dup() call from azdopen(&archive, create_file, ...), as it resulted in a memory leak.
      6a9d7315
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1 · 9b47d34a
      unknown authored
      into  mockturtle.local:/home/dlenev/src/mysql-5.1-rt-merge
      
      
      BitKeeper/etc/ignore:
        auto-union
      client/mysqltest.c:
        Auto merged
      libmysqld/Makefile.am:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Auto merged
      sql/CMakeLists.txt:
        Auto merged
      sql/Makefile.am:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/set_var.cc:
        Auto merged
      sql/sql_class.cc:
        Auto merged
      sql/sql_class.h:
        Auto merged
      sql/sql_lex.cc:
        Auto merged
      sql/sql_lex.h:
        Auto merged
      sql/share/errmsg.txt:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      9b47d34a
    • unknown's avatar
      Merge rolltop.ignatz42.dyndns.org:/mnt/storeage/bug21424/my50-bug21424 · 48d2127c
      unknown authored
      into  rolltop.ignatz42.dyndns.org:/mnt/storeage/bug21424/my51-bug21424
      
      
      client/mysqldump.c:
        Auto merged
      mysql-test/r/mysqldump.result:
        Auto merged
      mysql-test/t/mysqldump.test:
        Auto merged
      48d2127c
    • unknown's avatar
      Bug#21424 mysqldump failing to export/import views. ... · 80f7c002
      unknown authored
      Bug#21424 mysqldump failing to export/import views.                                                                                                                                                                  
      
      Dumps are created for the tables in each specified database then for the views in each specified database. This bug occurs when any database's views depend on the mysql database's table data while being restored. 
      Added command line option --flush-privileges to the mysqldump utility which causes a FLUSH PRIVILIGES statement to be written to the dump after the mysql database.
      
      
      client/mysqldump.c:
        When the flush-privileges command line option is specified, make sure to FLUSH PRIVILEGES after only the mysql database's tables' data is restored so that grant tables are current.
      mysql-test/r/mysqldump.result:
        Added Results.
      mysql-test/t/mysqldump.test:
        Expanded existing test case for bug 21527 to also test for bug 21424. 
        Exercises new --flush-priviliges command line option.
        Test ignores log tables.
      80f7c002
    • unknown's avatar
      Merge rolltop.ignatz42.dyndns.org:/mnt/storeage/bksendmailfix/my51-bksendmailfix · bd97e285
      unknown authored
      into  rolltop.ignatz42.dyndns.org:/mnt/storeage/mysql-5.1-maint
      
      bd97e285
    • unknown's avatar
      Merge rolltop.ignatz42.dyndns.org:/mnt/storeage/bksendmailfix/my50-bksendmailfix · 8c250af8
      unknown authored
      into  rolltop.ignatz42.dyndns.org:/mnt/storeage/bksendmailfix/my51-bksendmailfix
      
      
      BitKeeper/triggers/post-commit:
        SCCS merged
      8c250af8
    • unknown's avatar
      /usr/sbin not always in PATH environment variable. · c75cc7e8
      unknown authored
      
      BitKeeper/triggers/post-commit:
        Attempt to default to /usr/sbin/sendmail if it exists, otherwise use sendmail.
      c75cc7e8
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-maint · d8836e5c
      unknown authored
      into  zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint
      
      d8836e5c
    • unknown's avatar
      Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug21618/my50-bug21618 · aca2d1bd
      unknown authored
      into  zippy.cornsilk.net:/home/cmiller/work/mysql/bug21618/my51-bug21618
      
      
      client/mysql.cc:
        Manual merge.
      mysql-test/r/mysql.result:
        Manual merge.
      mysql-test/t/mysql.test:
        Manual merge.
      aca2d1bd
    • unknown's avatar
      Temporary fix for a deadlock. Needed so we can go with cloning · 6d6bc591
      unknown authored
      5.1.12.
      
      
      sql/event_queue.cc:
        Temporary workaround to drop the event outside of the
        scope where LOCK_queue is locked. If it's done inside
        the scope a possible deadlock can happen, and it happens
        quite often, escpecially on Windows.
      6d6bc591
    • unknown's avatar
      ndb_multi.test: · a92497ef
      unknown authored
        Removed replication dependency
      ndb_dd_alter.test, ndb_dd_alter.result:
        Added innodb dependency and regenerated result file
      ndb_dd_sql_features.result:
        Regenerated result file
      
      
      mysql-test/r/ndb_dd_alter.result:
        Added innodb dependency and regenerated result file
      mysql-test/t/ndb_dd_alter.test:
        Added innodb dependency and regenerated result file
      mysql-test/r/ndb_dd_sql_features.result:
        Regenerated result file
      mysql-test/t/ndb_multi.test:
        Removed replication dependency
      a92497ef
    • unknown's avatar
      Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.1 · 2fdf29b1
      unknown authored
      into  mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
      
      
      mysql-test/r/ndb_dd_basic.result:
        Auto merged
      mysql-test/r/ndb_dd_disk2memory.result:
        Auto merged
      BitKeeper/deleted/.del-ndb_dd_advance.result:
        Auto merged
      BitKeeper/deleted/.del-ndb_dd_advance2.result:
        Auto merged
      2fdf29b1
  5. 13 Sep, 2006 9 commits