1. 20 Jul, 2007 1 commit
  2. 19 Jul, 2007 20 commits
  3. 18 Jul, 2007 10 commits
    • unknown's avatar
      Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.1-maint · 4c6262d4
      unknown authored
      into  ramayana.hindu.god:/home/tsmith/m/bk/maint/51
      
      4c6262d4
    • unknown's avatar
      ddl_i18n_utf8.test, ddl_i18n_koi8r.test: · f34c27af
      unknown authored
        Don't run test with embedded server; requires external client connections
      
      
      mysql-test/t/ddl_i18n_koi8r.test:
        Don't run test with embedded server; requires external client connections
      mysql-test/t/ddl_i18n_utf8.test:
        Don't run test with embedded server; requires external client connections
      f34c27af
    • unknown's avatar
      Re-set the plugin name so that we can be sure the plugin init() · 8cf1a9f4
      unknown authored
      function doesn't set it to something else.
      
      8cf1a9f4
    • unknown's avatar
      Move the filling of the table_name column above the initialization, · 5b00a7e1
      unknown authored
      so that the init function has access to the name.
      
      5b00a7e1
    • unknown's avatar
      5.0-opt -> 5.1-opt merge · 0827c0b6
      unknown authored
      0827c0b6
    • unknown's avatar
      Fixed bug #28524. · 00bb9cfa
      unknown authored
      For each view the mysqldump utility creates a temporary table
      with the same name and the same columns as the view 
      in order to satisfy views that depend on this view.
      After the creation of all tables, mysqldump drops all
      temporary tables and creates actual views.
      However, --skip-add-drop-table and --compact flags disable
      DROP TABLE statements for those temporary tables. Thus, it was
      impossible to create the views because of existence of the
      temporary tables with the same names.
      
      
      client/mysqldump.c:
        Fixed bug #28524.
        The mysqldump utility has been modified to unconditionally drop
        temporary tables before the creation of views.
      mysql-test/t/mysqldump.test:
        Updated test case for bug #28524 and updated result of previous tests.
      mysql-test/r/mysqldump.result:
        Updated test case for bug #28524 and updated result of previous tests.
      00bb9cfa
    • unknown's avatar
      Merge magare.gmz:/home/kgeorge/mysql/work/B29325-my_errno-5.0-opt · 03c32f30
      unknown authored
      into  magare.gmz:/home/kgeorge/mysql/work/merge-5.0-5.1-opt
      
      
      mysys/my_symlink2.c:
        Auto merged
      03c32f30
    • unknown's avatar
      Merge magare.gmz:/home/kgeorge/mysql/work/mysql-5.0-opt · a3253295
      unknown authored
      into  magare.gmz:/home/kgeorge/mysql/work/merge-5.0-5.1-opt
      
      
      mysql-test/r/type_time.result:
        Auto merged
      sql/field.cc:
        Auto merged
      sql/item_cmpfunc.cc:
        Auto merged
      BitKeeper/deleted/.del-index_merge.result:
        Auto merged
      mysql-test/include/index_merge1.inc:
        Auto merged
      sql/item_cmpfunc.h:
        Auto merged
      sql/opt_range.cc:
        Auto merged
      storage/heap/ha_heap.cc:
        Auto merged
      storage/heap/ha_heap.h:
        Auto merged
      a3253295
    • unknown's avatar
      Bug #29325: create table overwrites .MYD file of other · 640868be
      unknown authored
      table (datadir)
      Set errno when retunring an error in my_create_with_symlink.
      
      
      mysys/my_symlink2.c:
        Bug #29325: set errno when retunring 
        an error in my_create_with_symlink
      640868be
    • unknown's avatar
      Mark deadcode for gcov · 67b1e409
      unknown authored
      67b1e409
  4. 17 Jul, 2007 9 commits