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 · 3f190bed
      unknown authored
      into  rolltop.ignatz42.dyndns.org:/mnt/storeage/mysql-5.0-maint
      
      
      3f190bed
    • 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/my50-bksendmailfix · ed59c0ff
      unknown authored
      into  rolltop.ignatz42.dyndns.org:/mnt/storeage/mysql-5.0-maint
      
      
      ed59c0ff
    • 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 zippy.cornsilk.net:/home/cmiller/work/mysql/bug21618/my50-bug21618 · 6f40704e
      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.
      6f40704e