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 · 2e583735
      unknown authored
      initialized prior to usage as well as deinitialized on shutdown.
      
      
      sql/event_queue.cc:
        Deinitialize and initialize COND_queue_state
      2e583735
    • unknown's avatar
      Post-merge fix: remove dup() call in ha_archive.cc which resulted in a memory leak. · 38a9dea4
      unknown authored
      
      storage/archive/ha_archive.cc:
        Remove dup() call from azdopen(&archive, create_file, ...), as it resulted in a memory leak.
      38a9dea4
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1 · f1e6d239
      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
      f1e6d239
    • unknown's avatar
      Merge rolltop.ignatz42.dyndns.org:/mnt/storeage/bug21424/my50-bug21424 · 2bc96e39
      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
      2bc96e39
    • unknown's avatar
      Bug#21424 mysqldump failing to export/import views. ... · 0aa344f3
      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.
      0aa344f3
    • unknown's avatar
      Merge rolltop.ignatz42.dyndns.org:/mnt/storeage/bksendmailfix/my51-bksendmailfix · a6853497
      unknown authored
      into  rolltop.ignatz42.dyndns.org:/mnt/storeage/mysql-5.1-maint
      
      
      a6853497
    • unknown's avatar
      Merge rolltop.ignatz42.dyndns.org:/mnt/storeage/bksendmailfix/my50-bksendmailfix · d3907c92
      unknown authored
      into  rolltop.ignatz42.dyndns.org:/mnt/storeage/bksendmailfix/my51-bksendmailfix
      
      
      BitKeeper/triggers/post-commit:
        SCCS merged
      d3907c92
    • unknown's avatar
      /usr/sbin not always in PATH environment variable. · 2c79eff8
      unknown authored
      
      BitKeeper/triggers/post-commit:
        Attempt to default to /usr/sbin/sendmail if it exists, otherwise use sendmail.
      2c79eff8
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-maint · f770b697
      unknown authored
      into  zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint
      
      
      f770b697
    • unknown's avatar
      Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug21618/my50-bug21618 · 81899a0c
      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.
      81899a0c
    • unknown's avatar
      Temporary fix for a deadlock. Needed so we can go with cloning · 2d8bd876
      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.
      2d8bd876
    • unknown's avatar
      ndb_multi.test: · c8d44bd7
      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
      c8d44bd7
    • unknown's avatar
      Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.1 · 58365567
      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
      58365567
  5. 13 Sep, 2006 9 commits