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 · c1d12ec7
      unknown authored
      into  ramayana.hindu.god:/home/tsmith/m/bk/maint/51
      
      
      c1d12ec7
    • unknown's avatar
      ddl_i18n_utf8.test, ddl_i18n_koi8r.test: · b55bb35c
      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
      b55bb35c
    • unknown's avatar
      Re-set the plugin name so that we can be sure the plugin init() · b79daf41
      unknown authored
      function doesn't set it to something else.
      
      
      b79daf41
    • unknown's avatar
      Move the filling of the table_name column above the initialization, · 6d0419f6
      unknown authored
      so that the init function has access to the name.
      
      
      6d0419f6
    • unknown's avatar
      5.0-opt -> 5.1-opt merge · 155eb465
      unknown authored
      155eb465
    • unknown's avatar
      Fixed bug #28524. · 2bfe84d4
      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.
      2bfe84d4
    • unknown's avatar
      Merge magare.gmz:/home/kgeorge/mysql/work/B29325-my_errno-5.0-opt · c9b88730
      unknown authored
      into  magare.gmz:/home/kgeorge/mysql/work/merge-5.0-5.1-opt
      
      
      mysys/my_symlink2.c:
        Auto merged
      c9b88730
    • unknown's avatar
      Merge magare.gmz:/home/kgeorge/mysql/work/mysql-5.0-opt · 4a07ed48
      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
      4a07ed48
    • unknown's avatar
      Bug #29325: create table overwrites .MYD file of other · a266c16d
      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
      a266c16d
    • unknown's avatar
      Mark deadcode for gcov · 06b446da
      unknown authored
      06b446da
  4. 17 Jul, 2007 9 commits