1. 15 Sep, 2006 36 commits
  2. 14 Sep, 2006 4 commits
    • 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 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
      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