1. 10 Aug, 2006 1 commit
    • unknown's avatar
      Completion of merge of mysql-5.1 into mysql-maria. · 99c431db
      unknown authored
      Manually imported changes done to MyISAM (include/myisam.h,
      storage/myisam/*, sql/ha_myisam.*, mysql-test/t/myisam.test,
      mysql-test/t/ps_2myisam.test) the last
      months into Maria (tedious, should do it more frequently in the
      future), including those not done at the previous 5.1->Maria merge
      (please in the future don't forget to apply MyISAM changes to Maria
      when you merge 5.1 into Maria).
      Note: I didn't try to import anything which could be MyISAM-related
      in other tests of mysql-test (I didn't want to dig in all csets),
      but as QA is working to make most tests re-usable for other engines
      (Falcon), it is likely that we'll benefit from this and just have
      to set engine=Maria somewhere to run those tests on Maria.
      func_group and partition tests fail but they already do in main 5.1
      on my machine. No Valgrind error in t/*maria*.test.
      Monty: please see the commit comment of maria.result and check.
      
      
      BitKeeper/deleted/.del-ha_maria.m4:
        Delete: config/ac-macros/ha_maria.m4
      configure.in:
        fix for the new way of enabling engines
      include/maria.h:
        importing changes done to MyISAM the last months into Maria
      include/my_handler.h:
        importing changes done to MyISAM the last months into Maria
      include/myisam.h:
        importing changes done to MyISAM the last months into Maria
      mysql-test/r/maria.result:
        identical to myisam.result, except the engine name in some places
        AND in the line testing key_block_size=1000000000000000000:
        Maria gives a key block size of 8192 while MyISAM gives 4096;
        is it explainable by the difference between MARIA_KEY_BLOCK_LENGTH
        and the same constant in MyISAM? Monty?
      mysql-test/r/ps_maria.result:
        identical to ps_2myisam.result (except the engine name in some places)
      mysql-test/t/maria.test:
        instead of engine=maria everywhere, I use @@storage_engine (reduces
        the diff with myisam.test).
        importing changes done to MyISAM the last months into Maria
      mysys/my_handler.c:
        importing changes done to MyISAM the last months into Maria
      sql/ha_maria.cc:
        importing changes done to MyISAM the last months into Maria
      sql/ha_maria.h:
        importing changes done to MyISAM the last months into Maria
      sql/mysqld.cc:
        unneeded
      storage/maria/Makefile.am:
        importing changes done to MyISAM the last months into Maria
      storage/maria/ma_check.c:
        importing changes done to MyISAM the last months into Maria
      storage/maria/ma_create.c:
        importing changes done to MyISAM the last months into Maria
      storage/maria/ma_delete_table.c:
        importing changes done to MyISAM the last months into Maria
      storage/maria/ma_dynrec.c:
        importing changes done to MyISAM the last months into Maria
      storage/maria/ma_extra.c:
        importing changes done to MyISAM the last months into Maria
      storage/maria/ma_ft_boolean_search.c:
        importing changes done to MyISAM the last months into Maria
      storage/maria/ma_ft_eval.c:
        importing changes done to MyISAM the last months into Maria
      storage/maria/ma_ft_nlq_search.c:
        importing changes done to MyISAM the last months into Maria
      storage/maria/ma_ft_parser.c:
        importing changes done to MyISAM the last months into Maria
      storage/maria/ma_ft_test1.c:
        importing changes done to MyISAM the last months into Maria
      storage/maria/ma_ft_update.c:
        importing changes done to MyISAM the last months into Maria
      storage/maria/ma_ftdefs.h:
        importing changes done to MyISAM the last months into Maria
      storage/maria/ma_key.c:
        importing changes done to MyISAM the last months into Maria
      storage/maria/ma_open.c:
        importing changes done to MyISAM the last months into Maria
      storage/maria/ma_page.c:
        importing changes done to MyISAM the last months into Maria
      storage/maria/ma_rkey.c:
        importing changes done to MyISAM the last months into Maria
      storage/maria/ma_rsamepos.c:
        importing changes done to MyISAM the last months into Maria
      storage/maria/ma_rt_index.c:
        importing changes done to MyISAM the last months into Maria
      storage/maria/ma_rt_mbr.c:
        importing changes done to MyISAM the last months into Maria
      storage/maria/ma_search.c:
        importing changes done to MyISAM the last months into Maria
      storage/maria/ma_sort.c:
        importing changes done to MyISAM the last months into Maria
      storage/maria/ma_test1.c:
        importing changes done to MyISAM the last months into Maria
      storage/maria/ma_test2.c:
        importing changes done to MyISAM the last months into Maria
      storage/maria/ma_test3.c:
        importing changes done to MyISAM the last months into Maria
      storage/maria/ma_update.c:
        importing changes done to MyISAM the last months into Maria
      storage/maria/ma_write.c:
        importing changes done to MyISAM the last months into Maria
      storage/maria/maria_chk.c:
        importing changes done to MyISAM the last months into Maria
      storage/maria/maria_def.h:
        importing changes done to MyISAM the last months into Maria
      storage/maria/maria_ftdump.c:
        importing changes done to MyISAM the last months into Maria
      storage/maria/maria_pack.c:
        importing changes done to MyISAM the last months into Maria
      99c431db
  2. 09 Aug, 2006 1 commit
    • unknown's avatar
      Merge gbichot3.local:/home/mysql_src/mysql-5.1-2 · 381fdf1a
      unknown authored
      into  gbichot3.local:/home/mysql_src/mysql-maria; I'll fix manually.
      
      
      BitKeeper/etc/ignore:
        auto-union
      configure.in:
        Auto merged
      include/Makefile.am:
        Auto merged
      include/my_base.h:
        Auto merged
      include/myisam.h:
        Auto merged
      libmysqld/Makefile.am:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Auto merged
      sql/Makefile.am:
        Auto merged
      sql/ha_myisam.cc:
        Auto merged
      sql/ha_myisam.h:
        Auto merged
      sql/ha_myisammrg.h:
        Auto merged
      sql/handler.h:
        Auto merged
      sql/item_func.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/set_var.h:
        Auto merged
      sql/sql_class.h:
        Auto merged
      storage/myisam/ft_boolean_search.c:
        Auto merged
      storage/myisam/ft_nlq_search.c:
        Auto merged
      storage/myisam/ft_parser.c:
        Auto merged
      storage/myisam/ft_static.c:
        Auto merged
      storage/myisam/ft_update.c:
        Auto merged
      storage/myisam/mi_check.c:
        Auto merged
      storage/myisam/mi_create.c:
        Auto merged
      storage/myisam/mi_dynrec.c:
        Auto merged
      storage/myisam/mi_key.c:
        Auto merged
      storage/myisam/mi_search.c:
        Auto merged
      storage/myisam/mi_test2.c:
        Auto merged
      storage/myisam/mi_update.c:
        Auto merged
      storage/myisam/mi_write.c:
        Auto merged
      storage/myisam/myisampack.c:
        Auto merged
      storage/myisam/rt_index.c:
        Auto merged
      storage/myisam/sort.c:
        Auto merged
      include/my_handler.h:
        these ones I'll remove right away
      mysys/my_handler.c:
        merge
      sql/mysql_priv.h:
        merge
      sql/set_var.cc:
        merge
      storage/csv/ha_tina.cc:
        merge
      storage/myisam/myisamdef.h:
        merge
      381fdf1a
  3. 08 Aug, 2006 2 commits
    • unknown's avatar
      BUG #21524 "'ps' test fails in --ps-protocol test AMD64 bit" · b6897efb
      unknown authored
      (this is not a fix to the bug, but simply to disable the test in 
      order to push a 5.0 to 5.1 merge)
      
      This merge contains:
      
      Push by holyfoot@production.mysql.com on Tue Jul 25 13:41:40 2006:
      
      bk clone -l -r'holyfoot/hf@mysql.com/deer.(none)|ChangeSet|20060725085017|41021' mysql-5.0 tmp_merge
      
      
      mysql-test/t/disabled.def:
        BUG #21524 "'ps' test fails in --ps-protocol test AMD64 bit"
        
        (this is not a fix to the bug, but simply to disable the test in 
        order to push a 5.0 to 5.1 merge)
      b6897efb
    • unknown's avatar
      Merge govinda.patg.net:/home/patg/mysql-build/mysql-5.0-holyfoot · f1af1a5d
      unknown authored
      into  govinda.patg.net:/home/patg/mysql-build/mysql-5.1-5.0-merge2
      
      Push by holyfoot@production.mysql.com on Tue Jul 25 13:41:40 2006:
      
      bk clone -l -r'holyfoot/hf@mysql.com/deer.(none)|ChangeSet|20060725085017|41021' mysql-5.0 tmp_merge
      
      
      BitKeeper/deleted/.del-libmysqld.dsp~78dc6a589e5a4149:
        Auto merged
      configure.in:
        Auto merged
      libmysqld/lib_sql.cc:
        Auto merged
      mysql-test/r/date_formats.result:
        Auto merged
      mysql-test/r/merge.result:
        Auto merged
      mysql-test/t/date_formats.test:
        Auto merged
      mysql-test/t/merge.test:
        Auto merged
      sql/field.h:
        Auto merged
      sql/ha_myisammrg.cc:
        Auto merged
      BitKeeper/deleted/.del-libmysqld.vcproj~a75d5b9a5967dea0:
        Auto merged
      BitKeeper/deleted/.del-libmysqld_ia64.dsp~578ab58d5f281d2a:
        Auto merged
      BitKeeper/deleted/.del-mysqld.dsp~ffdbf2d234e23e56:
        Auto merged
      BitKeeper/deleted/.del-mysqld.vcproj~6aa7b3f9c3e28fcb:
        Auto merged
      BitKeeper/deleted/.del-mysqld_ia64.dsp~7f8cf84d81ee04e2:
        Auto merged
      BitKeeper/deleted/.del-mysqldemb.dsp~1baf8c0e59ee9f7e:
        Auto merged
      BitKeeper/deleted/.del-mysqldemb.vcproj~54c64d55ccc51a7c:
        Auto merged
      BitKeeper/deleted/.del-mysqldemb_ia64.dsp~c7f7d75d542393cd:
        Auto merged
      BitKeeper/deleted/.del-mysqldmax.dsp~5d213fe1c204142e:
        Auto merged
      BitKeeper/deleted/.del-mysqldmax_ia64.dsp~25006b7cc0725ad1:
        Auto merged
      sql/item_strfunc.cc:
        Auto merged
      sql/item_timefunc.cc:
        Auto merged
      sql/sql_class.cc:
        Auto merged
      support-files/mysql.spec.sh:
        Auto merged
      include/my_base.h:
        Hand merge of conflicts (5.0-5.1 merge), second try 
        
        Push by holyfoot@production.mysql.com on Tue Jul 25 13:41:40 2006:
        
        bk clone -l -r'holyfoot/hf@mysql.com/deer.(none)|ChangeSet|20060725085017|41021' mysql-5.0 tmp_merge
      mysql-test/r/federated.result:
        Hand merge of conflicts (5.0-5.1 merge), second try 
        
        Push by holyfoot@production.mysql.com on Tue Jul 25 13:41:40 2006:
        
        bk clone -l -r'holyfoot/hf@mysql.com/deer.(none)|ChangeSet|20060725085017|41021' mysql-5.0 tmp_merge
      mysql-test/t/federated.test:
        Hand merge of conflicts (5.0-5.1 merge), second try 
        
        Push by holyfoot@production.mysql.com on Tue Jul 25 13:41:40 2006:
        
        bk clone -l -r'holyfoot/hf@mysql.com/deer.(none)|ChangeSet|20060725085017|41021' mysql-5.0 tmp_merge
      sql/field.cc:
        Hand merge of conflicts (5.0-5.1 merge), second try 
        
        Push by holyfoot@production.mysql.com on Tue Jul 25 13:41:40 2006:
        
        bk clone -l -r'holyfoot/hf@mysql.com/deer.(none)|ChangeSet|20060725085017|41021' mysql-5.0 tmp_merge
      sql/ha_federated.cc:
        Hand merge of conflicts (5.0-5.1 merge), second try 
        
        Push by holyfoot@production.mysql.com on Tue Jul 25 13:41:40 2006:
        
        bk clone -l -r'holyfoot/hf@mysql.com/deer.(none)|ChangeSet|20060725085017|41021' mysql-5.0 tmp_merge
      sql/handler.cc:
        Hand merge of conflicts (5.0-5.1 merge), second try 
        
        Push by holyfoot@production.mysql.com on Tue Jul 25 13:41:40 2006:
        
        bk clone -l -r'holyfoot/hf@mysql.com/deer.(none)|ChangeSet|20060725085017|41021' mysql-5.0 tmp_merge
      tests/mysql_client_test.c:
        Hand merge of conflicts (5.0-5.1 merge), second try 
        
        Push by holyfoot@production.mysql.com on Tue Jul 25 13:41:40 2006:
        
        bk clone -l -r'holyfoot/hf@mysql.com/deer.(none)|ChangeSet|20060725085017|41021' mysql-5.0 tmp_merge
      f1af1a5d
  4. 03 Aug, 2006 13 commits
  5. 02 Aug, 2006 4 commits
  6. 01 Aug, 2006 17 commits
    • unknown's avatar
      Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.1 · 30e11b06
      unknown authored
      into  sunlight.local:/local_work/tmp_merge-5.1-opt-mysql
      
      
      mysql-test/r/innodb.result:
        Auto merged
      30e11b06
    • unknown's avatar
      sql_view.cc: · 84b16f0e
      unknown authored
        After merge fix
      
      
      sql/sql_view.cc:
        After merge fix
      84b16f0e
    • unknown's avatar
      Merge sunlight.local:/local_work/tmp_merge-5.0-opt-mysql · 8ce7848a
      unknown authored
      into  sunlight.local:/local_work/tmp_merge-5.1-opt-mysql
      
      
      client/mysql.cc:
        Auto merged
      mysql-test/r/view.result:
        Auto merged
      mysql-test/t/view.test:
        Auto merged
      sql/sql_lex.h:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      sql/table.h:
        Auto merged
      sql/sql_view.cc:
        SCCS merged
      8ce7848a
    • unknown's avatar
      Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.1-opt · 10b90c06
      unknown authored
      into  sunlight.local:/local_work/tmp_merge-5.1-opt-mysql
      
      
      10b90c06
    • unknown's avatar
      Makefile.am: · b3708b7c
      unknown authored
        After merge fix
      
      
      storage/ndb/test/ndbapi/Makefile.am:
        After merge fix
      b3708b7c
    • unknown's avatar
      func_str.result: · a03006eb
      unknown authored
        After merge fix
      
      
      mysql-test/r/func_str.result:
        After merge fix
      a03006eb
    • unknown's avatar
      serg's MacOSX-intel portability diff · e80a76d7
      unknown authored
      e80a76d7
    • unknown's avatar
      Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-opt · 759027d1
      unknown authored
      into  rakia.(none):/home/kgeorge/mysql/autopush/B20103-5.0-opt
      
      
      759027d1
    • unknown's avatar
      Bug #20103: Escaping with backslash does not work · ec95bf78
      unknown authored
       - make the client to respect the server-side 
         no_backslash_escapes option and disable the 
         special meaning of backslash also at client side.
      
      
      mysql-test/r/mysql_client.result:
        Bug #20103: Escaping with backslash does not work
         - test case
      mysql-test/t/mysql_client.test:
        Bug #20103: Escaping with backslash does not work
         - test case
      ec95bf78
    • unknown's avatar
      Bug#20439 mysqltest: remove unused options · 97712780
      unknown authored
       -Remove leftovers of server_stop and server_start commands 
      
      
      client/mysqltest.c:
        Remove leftovers  of "server_start" and "server_stop" commands
      97712780
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/my51-m-bug19535 · 63076970
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
      
      
      client/mysqltest.c:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Auto merged
      mysql-test/lib/mtr_process.pl:
        Auto merged
      63076970
    • unknown's avatar
      Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.1-opt · deee3a30
      unknown authored
      into  sunlight.local:/local_work/tmp_merge-5.1-opt-mysql
      
      
      mysql-test/r/auto_increment.result:
        Auto merged
      mysql-test/r/binlog_row_blackhole.result:
        Auto merged
      mysql-test/r/binlog_stm_blackhole.result:
        Auto merged
      mysql-test/r/date_formats.result:
        Auto merged
      mysql-test/r/func_compress.result:
        Auto merged
      mysql-test/r/func_gconcat.result:
        Auto merged
      mysql-test/r/func_group.result:
        Auto merged
      mysql-test/r/func_math.result:
        Auto merged
      mysql-test/r/func_str.result:
        Auto merged
      mysql-test/r/func_system.result:
        Auto merged
      mysql-test/r/func_time.result:
        Auto merged
      mysql-test/r/gis.result:
        Auto merged
      mysql-test/r/group_by.result:
        Auto merged
      mysql-test/r/group_min_max.result:
        Auto merged
      mysql-test/r/myisam.result:
        Auto merged
      mysql-test/r/olap.result:
        Auto merged
      mysql-test/r/partition_pruning.result:
        Auto merged
      mysql-test/r/query_cache.result:
        Auto merged
      mysql-test/r/rpl_get_lock.result:
        Auto merged
      mysql-test/r/rpl_master_pos_wait.result:
        Auto merged
      mysql-test/r/select.result:
        Auto merged
      mysql-test/r/subselect.result:
        Auto merged
      mysql-test/r/type_blob.result:
        Auto merged
      mysql-test/r/union.result:
        Auto merged
      mysql-test/r/variables.result:
        Auto merged
      mysql-test/r/view.result:
        Auto merged
      mysql-test/t/group_min_max.test:
        Auto merged
      mysql-test/t/partition_pruning.test:
        Auto merged
      sql/opt_range.cc:
        Auto merged
      sql/sql_class.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/table.h:
        Auto merged
      deee3a30
    • unknown's avatar
      After merge fix · f75e79e0
      unknown authored
      f75e79e0
    • unknown's avatar
      Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-opt · 0c0f49bc
      unknown authored
      into  rakia.(none):/home/kgeorge/mysql/autopush/B11551-5.0-opt
      
      
      0c0f49bc
    • unknown's avatar
      Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-opt · b91f3bac
      unknown authored
      into  sunlight.local:/local_work/tmp_merge-5.0-opt-mysql
      
      
      b91f3bac
    • unknown's avatar
      Merge mysql.com:/users/lthalmann/bk/MERGE/mysql-5.0-merge · 9cb377f9
      unknown authored
      into  mysql.com:/users/lthalmann/bk/MERGE/mysql-5.1-merge
      
      
      extra/yassl/src/ssl.cpp:
        Auto merged
      mysql-test/t/rpl_openssl.test:
        Auto merged
      9cb377f9
    • unknown's avatar
      Merge mysql.com:/users/lthalmann/bk/MERGE/mysql-4.1-merge · f3099ba3
      unknown authored
      into  mysql.com:/users/lthalmann/bk/MERGE/mysql-5.0-merge
      
      
      f3099ba3
  7. 31 Jul, 2006 2 commits