1. 19 Sep, 2006 5 commits
  2. 18 Sep, 2006 7 commits
  3. 15 Sep, 2006 23 commits
  4. 14 Sep, 2006 5 commits
    • unknown's avatar
      Merge rolltop.ignatz42.dyndns.org:/mnt/storeage/bug21424/my50-bug21424 · 33a0f0d9
      unknown authored
      into  rolltop.ignatz42.dyndns.org:/mnt/storeage/mysql-5.0-maint
      
      33a0f0d9
    • 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/my50-bksendmailfix · 9273ae96
      unknown authored
      into  rolltop.ignatz42.dyndns.org:/mnt/storeage/mysql-5.0-maint
      
      9273ae96
    • 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 zippy.cornsilk.net:/home/cmiller/work/mysql/bug21618/my50-bug21618 · dec66302
      unknown authored
      into  zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
      
      
      client/mysql.cc:
        Auto merged
      mysql-test/r/mysql.result:
        Manual merge.
      mysql-test/t/mysql.test:
        Manual merge.
      dec66302