1. 24 Aug, 2006 3 commits
    • unknown's avatar
      Merge siva.hindu.god:/usr/home/tim/m/bk/beef-50 · 05a42ef6
      unknown authored
      into  siva.hindu.god:/usr/home/tim/m/bk/beef-51
      
      
      mysql-test/r/func_misc.result:
        Auto merged
      sql/item_func.h:
        Auto merged
      sql/item_strfunc.cc:
        Auto merged
      05a42ef6
    • unknown's avatar
      Merge siva.hindu.god:/usr/home/tim/m/bk/b21531-41 · f23adec9
      unknown authored
      into  siva.hindu.god:/usr/home/tim/m/bk/beef-50
      
      
      mysql-test/r/func_misc.result:
        Manual merge
      mysql-test/t/func_misc.test:
        Manual merge
      sql/item_func.h:
        Manual merge
      sql/item_strfunc.cc:
        Manual merge
      f23adec9
    • unknown's avatar
      Bug #21531: EXPORT_SET() doesn't accept args with coercible character sets · b2a0d025
      unknown authored
      - Fix typo in Item_func_export_set::fix_length_and_dec() which caused character set aggregation to fail
      - Remove default argument from last arg of agg_arg_charsets() function, to reduce potential errors
      
      
      mysql-test/r/func_misc.result:
        Test EXPORT_SET() with charset coersion (bug #21531)
      mysql-test/t/func_misc.test:
        Test EXPORT_SET() with charset coersion (bug #21531)
      sql/item_func.h:
        Remove default argument from last arg of agg_arg_charsets() function, to reduce potential errors.
      sql/item_strfunc.cc:
        Fix typo in Item_func_export_set::fix_length_and_dec() which caused character set aggregation to fail.
      b2a0d025
  2. 23 Aug, 2006 3 commits
    • unknown's avatar
      Merge siva.hindu.god:/usr/home/tim/m/bk/b20536-50 · beceb8f4
      unknown authored
      into  siva.hindu.god:/usr/home/tim/m/bk/b20536-51
      
      
      sql/slave.cc:
        Auto merged
      sql/sql_acl.cc:
        Auto merged
      beceb8f4
    • unknown's avatar
      Manual merge · 07369d5a
      unknown authored
      
      sql/slave.cc:
        Auto merged
      07369d5a
    • unknown's avatar
      Bug #20402: DROP USER failure logged as ERROR rather than WARNING · 216f20ad
      unknown authored
      Remove some sql_print_error() calls which were triggered by user error (i.e., not server-level events at all).
      
      Also, convert an sql_print_error -> sql_print_information for a non-error server event.
      
      
      sql/slave.cc:
        Change sql_print_error to sql_print_information for non-error status message.
      sql/sql_acl.cc:
        Remove sql_print_error calls for events which are not server errors
      216f20ad
  3. 15 Aug, 2006 2 commits
  4. 14 Aug, 2006 6 commits
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-new-maint · c235176e
      unknown authored
      into  zim.(none):/home/brian/mysql/remove-bdb-5.1
      
      
      c235176e
    • unknown's avatar
      Removed warnings for Windows build issues. Edited Windows README to remove reference to BDB. · cd066443
      unknown authored
      
      libmysqld/CMakeLists.txt:
        Fix for build for BDB
      mysys/base64.c:
        Removed warning
      mysys/my_pread.c:
        Removed warning
      sql-common/my_time.c:
        Removed Warning
      sql/CMakeLists.txt:
        Editing for BDB
      storage/csv/ha_tina.cc:
        Removed warning
      storage/myisam/ft_parser.c:
        Removed warning
      storage/myisam/mi_delete_all.c:
        Removed unused variable
      storage/myisam/mi_packrec.c:
        Removed unused variable
      win/README:
        Fixed docs on Windows BDB
      win/configure.js:
        Removed function call to add support for building BDB
      cd066443
    • unknown's avatar
      Merge romeo.(none):/home/bkroot/mysql-5.1-new-maint · 4268f232
      unknown authored
      into  romeo.(none):/home/bk/mytap-mysql-5.1-new-maint
      
      
      4268f232
    • unknown's avatar
      Fixing unit test execution script to work with AIX 5.2 and OS X machines. · dc2264ab
      unknown authored
      These are using old version of the Test::Harness modules, so I resort
      to a safer way of running executable files.
      
      
      unittest/README.txt:
        Adding reference to Doxygen-generated documentation on the intranet.
      unittest/unit.pl:
        Using environment HARNESS_PERL_SWITCHES instead of a replacement
        straps
      dc2264ab
    • unknown's avatar
      Updated row result, and fix for Windows build. · 03830dd6
      unknown authored
      
      CMakeLists.txt:
        Fix for Windows build
      mysql-test/r/binlog_row_binlog.result:
        Updated row result
      mysql-test/r/multi_update.result:
        Updated row result
      mysql-test/t/multi_update.test:
        Updated row result
      03830dd6
    • unknown's avatar
      Fixed warning message breakage. · 1363c9b2
      unknown authored
      Fixed install breakage (my own fault)
      Edited exampled cnf to remove bdb references. 
      
      
      mysql-test/r/backup.result:
        fix warnings
      mysql-test/r/im_options.result:
        Remove missed bdb skip
      mysql-test/r/im_utils.result:
        Remove missed bdb-skip
      mysql-test/r/log_tables.result:
        Fix warnings
      mysql-test/r/show_check.result:
        Fix warnings
      mysql-test/r/sp_trans.result:
        Fix warning
      mysql-test/r/type_timestamp.result:
        Fix warning
      mysql-test/r/warnings.result:
        Fix warning
      mysql-test/t/disabled.def:
        Disabled Federation test
      mysql-test/t/federated_transactions.test:
        Fixed comments in federation test
      netware/mysql_install_db.c:
        Fix install breakage.
      netware/mysql_test_run.c:
        Fix install breakage.
      scripts/mysql_install_db.sh:
        Fix install breakage
      storage/myisam/ftbench/ft-test-run.sh:
        Fixed test which is never run
      support-files/my-innodb-heavy-4G.cnf.sh:
        Modified examples
      support-files/my-small.cnf.sh:
        Modified examples
      1363c9b2
  5. 11 Aug, 2006 5 commits
    • unknown's avatar
      Bug #20536: md5() with GROUP BY and UCS2 return different results on myisam/innodb · 3212b399
      unknown authored
      Make the encryption functions MD5(), SHA1() and ENCRYPT() return binary results.
          
      Make MAKE_SET() and EXPORT_SET() use the correct character set for their default separator strings.
      
      
      mysql-test/r/ctype_ucs.result:
        Add tests for bug #20536.
      mysql-test/t/ctype_ucs.test:
        Add tests for bug #20536.
        
        Tests showing correct behavior for MD5(), SHA1(), MAKE_SET() and EXPORT_SET().
        
        Also, tests showing incorrect behavior, which will remain "Won't fix", for
        PASSWORD(), OLD_PASSWORD(), ENCRYPT() and QUOTE().
      sql/item_strfunc.cc:
        Make the encryption functions MD5(), SHA1() and ENCRYPT() return binary results.
        
        Make MAKE_SET() and EXPORT_SET() use the correct character set for their default separator strings.
      sql/item_strfunc.h:
        Make the encryption functions MD5(), SHA1() and ENCRYPT() return binary results.
      3212b399
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-new-maint · 79072b50
      unknown authored
      into  zim.(none):/home/brian/mysql/remove-bdb-5.1
      
      
      79072b50
    • unknown's avatar
      Merge rama.(none):/home/jimw/my/mysql-5.0-21284 · 3662bc59
      unknown authored
      into  rama.(none):/home/jimw/my/mysql-5.1-clean
      
      
      sql/field.h:
        Resolve conflict
      sql/ha_federated.cc:
        Resolve conflict
      3662bc59
    • unknown's avatar
      German translations. · 2353c5a6
      unknown authored
      
      sql/share/errmsg.txt:
        Merged by hand German translations as sent by Stefan.
        
        Normalized indentation by expanding tabs to spaces.
      2353c5a6
    • unknown's avatar
      Removed bdb test cases. · bcc3b17f
      unknown authored
      
      BitKeeper/deleted/.del-bdb-alter-table-1.result:
        Rename: mysql-test/r/bdb-alter-table-1.result -> BitKeeper/deleted/.del-bdb-alter-table-1.result
      BitKeeper/deleted/.del-bdb-alter-table-1.test:
        Rename: mysql-test/t/bdb-alter-table-1.test -> BitKeeper/deleted/.del-bdb-alter-table-1.test
      BitKeeper/deleted/.del-bdb-alter-table-2-master.opt:
        Rename: mysql-test/t/bdb-alter-table-2-master.opt -> BitKeeper/deleted/.del-bdb-alter-table-2-master.opt
      BitKeeper/deleted/.del-bdb-alter-table-2.result:
        Rename: mysql-test/r/bdb-alter-table-2.result -> BitKeeper/deleted/.del-bdb-alter-table-2.result
      BitKeeper/deleted/.del-bdb-alter-table-2.test:
        Rename: mysql-test/t/bdb-alter-table-2.test -> BitKeeper/deleted/.del-bdb-alter-table-2.test
      BitKeeper/deleted/.del-bdb-crash.result:
        Rename: mysql-test/r/bdb-crash.result -> BitKeeper/deleted/.del-bdb-crash.result
      BitKeeper/deleted/.del-bdb-crash.test:
        Rename: mysql-test/t/bdb-crash.test -> BitKeeper/deleted/.del-bdb-crash.test
      BitKeeper/deleted/.del-bdb-deadlock.result:
        Rename: mysql-test/r/bdb-deadlock.result -> BitKeeper/deleted/.del-bdb-deadlock.result
      BitKeeper/deleted/.del-bdb-deadlock.test:
        Rename: mysql-test/t/bdb-deadlock.test -> BitKeeper/deleted/.del-bdb-deadlock.test
      BitKeeper/deleted/.del-bdb-deadlock.tminus:
        Rename: mysql-test/t/bdb-deadlock.tminus -> BitKeeper/deleted/.del-bdb-deadlock.tminus
      BitKeeper/deleted/.del-bdb.result:
        Rename: mysql-test/r/bdb.result -> BitKeeper/deleted/.del-bdb.result
      BitKeeper/deleted/.del-bdb.test:
        Rename: mysql-test/t/bdb.test -> BitKeeper/deleted/.del-bdb.test
      BitKeeper/deleted/.del-bdb_cache-master.opt~e54093fff2e73631:
        Rename: mysql-test/t/bdb_cache-master.opt -> BitKeeper/deleted/.del-bdb_cache-master.opt~e54093fff2e73631
      BitKeeper/deleted/.del-bdb_cache.result~5767ff4f4b228a66:
        Rename: mysql-test/r/bdb_cache.result -> BitKeeper/deleted/.del-bdb_cache.result~5767ff4f4b228a66
      BitKeeper/deleted/.del-bdb_cache.test~818df448403a5598:
        Rename: mysql-test/t/bdb_cache.test -> BitKeeper/deleted/.del-bdb_cache.test~818df448403a5598
      BitKeeper/deleted/.del-bdb_gis.result:
        Rename: mysql-test/r/bdb_gis.result -> BitKeeper/deleted/.del-bdb_gis.result
      BitKeeper/deleted/.del-bdb_gis.test:
        Rename: mysql-test/t/bdb_gis.test -> BitKeeper/deleted/.del-bdb_gis.test
      BitKeeper/deleted/.del-have_bdb.inc:
        Rename: mysql-test/include/have_bdb.inc -> BitKeeper/deleted/.del-have_bdb.inc
      BitKeeper/deleted/.del-have_bdb.require:
        Rename: mysql-test/r/have_bdb.require -> BitKeeper/deleted/.del-have_bdb.require
      BitKeeper/deleted/.del-index_merge_bdb.result:
        Rename: mysql-test/r/index_merge_bdb.result -> BitKeeper/deleted/.del-index_merge_bdb.result
      BitKeeper/deleted/.del-index_merge_bdb.test:
        Rename: mysql-test/t/index_merge_bdb.test -> BitKeeper/deleted/.del-index_merge_bdb.test
      BitKeeper/deleted/.del-ps_6bdb.result:
        Rename: mysql-test/r/ps_6bdb.result -> BitKeeper/deleted/.del-ps_6bdb.result
      BitKeeper/deleted/.del-ps_6bdb.test:
        Rename: mysql-test/t/ps_6bdb.test -> BitKeeper/deleted/.del-ps_6bdb.test
      BitKeeper/deleted/.del-rowid_order_bdb.result:
        Rename: mysql-test/r/rowid_order_bdb.result -> BitKeeper/deleted/.del-rowid_order_bdb.result
      BitKeeper/deleted/.del-rowid_order_bdb.test:
        Rename: mysql-test/t/rowid_order_bdb.test -> BitKeeper/deleted/.del-rowid_order_bdb.test
      BitKeeper/deleted/.del-sql_manager.h:
        Rename: sql/sql_manager.h -> BitKeeper/deleted/.del-sql_manager.h
      libmysqld/Makefile.am:
        Removed bdb from the engine
      mysql-test/extra/binlog_tests/binlog.test:
        Removed bdb support
      mysql-test/r/binlog_stm_binlog.result:
        Updated results
      mysql-test/r/ctype_utf8.result:
        Removed bdb support
      mysql-test/t/ctype_utf8.test:
        Removed bdb support
      sql/CMakeLists.txt:
        Removed file for Windows build
      sql/Makefile.am:
        Removed unneeded include file.
      sql/sql_manager.cc:
        Removed include file.
      bcc3b17f
  6. 10 Aug, 2006 5 commits
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-new-maint · 189b8bc5
      unknown authored
      into  zim.(none):/home/brian/mysql/remove-bdb-5.1
      
      
      configure.in:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Auto merged
      sql/Makefile.am:
        Auto merged
      sql/handler.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/set_var.cc:
        Auto merged
      189b8bc5
    • unknown's avatar
      Merge moonlight.intranet:/home/tomash/src/mysql_ab/tmp_merge · 6fb4287a
      unknown authored
      into  moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.1-merge
      
      
      sql/ha_innodb.cc:
        Null-merge.
      storage/innobase/fil/fil0fil.c:
        Null-merge.
      storage/innobase/ibuf/ibuf0ibuf.c:
        Null-merge.
      6fb4287a
    • unknown's avatar
      This is the second patch for bdb removeal. This takes care of all options and... · 04d2b020
      unknown authored
      This is the second patch for bdb removeal. This takes care of all options and variables that rely on bdb. 
      
      
      BitKeeper/deleted/.del-ha_berkeley.cc:
        Delete: sql/ha_berkeley.cc
      BitKeeper/deleted/.del-ha_berkeley.h:
        Delete: sql/ha_berkeley.h
      mysql-test/install_test_db.sh:
        Removed skip option
      mysql-test/mysql-test-run.pl:
        Remove bdb option
      mysql-test/mysql-test-run.sh:
        Remove bdb option
      sql/Makefile.am:
        Remove bdb option
      sql/handler.cc:
        Remove references to bdb
      sql/lex.h:
        Removed lex for bdb
      sql/mysql_priv.h:
        Removed bdb privs
      sql/mysqld.cc:
        Removed all options for bdb
      sql/set_var.cc:
        Removed variables for bdb
      sql/sql_yacc.yy:
        Removed yacc for bdb
      04d2b020
    • unknown's avatar
      Merge moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.1 · 2a90e7f1
      unknown authored
      into  moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.1-merge
      
      
      sql/sql_base.cc:
        Auto merged
      2a90e7f1
    • unknown's avatar
      First stage removeal of BDB. · 21bb4f94
      unknown authored
      
      BitKeeper/deleted/.del-CMakeLists.txt:
        Delete: storage/bdb/CMakeLists.txt
      BitKeeper/deleted/.del-LICENSE:
        Delete: storage/bdb/LICENSE
      BitKeeper/deleted/.del-Makefile.in:
        Delete: storage/bdb/Makefile.in
      BitKeeper/deleted/.del-compile-pentium-debug-no-bdb:
        Delete: BUILD/compile-pentium-debug-no-bdb
      BUILD/Makefile.am:
        Remove dropped file
      configure.in:
        Remove berkely from configure.
      BUILD/compile-dist:
        Remove option to build bdb
      BUILD/compile-solaris-sparc-purify:
        Remove option for bdb build
      libmysqld/Makefile.am:
        Remove option for bdb build
      sql/Makefile.am:
        Remove bdb build
      21bb4f94
  7. 09 Aug, 2006 4 commits
    • unknown's avatar
      sql_base.cc, table.cc: · b6920c54
      unknown authored
        After merge fix
      
      
      sql/table.cc:
        After merge fix
      sql/sql_base.cc:
        After merge fix
      b6920c54
    • unknown's avatar
      Merge moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.1-merge · 29701579
      unknown authored
      into  moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.1-rt-merge
      
      
      sql/handler.cc:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/share/errmsg.txt:
        Auto merged
      29701579
    • unknown's avatar
      Post-merge fix. · 5f34962a
      unknown authored
      
      sql/sql_parse.cc:
        Post-merge fix.  No need to check DB name twice.
      5f34962a
    • unknown's avatar
      Merge moonlight.intranet:/home/tomash/src/mysql_ab/tmp_merge · 22b92457
      unknown authored
      into  moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.1-merge
      
      
      BitKeeper/deleted/.del-mysys.vcproj~40a49d09c4184822:
        Auto merged
      configure.in:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Auto merged
      mysql-test/r/func_time.result:
        Auto merged
      mysql-test/r/warnings.result:
        Auto merged
      mysql-test/t/func_time.test:
        Auto merged
      mysql-test/t/mysqlbinlog.test:
        Auto merged
      mysql-test/t/udf.test:
        Auto merged
      mysql-test/t/warnings.test:
        Auto merged
      BitKeeper/deleted/.del-mysqld.vcproj~6aa7b3f9c3e28fcb:
        Auto merged
      sql/field.cc:
        Auto merged
      sql/handler.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/set_var.cc:
        Auto merged
      sql/sp.cc:
        Auto merged
      sql/sql_class.cc:
        Auto merged
      support-files/mysql.spec.sh:
        Auto merged
      mysql-test/r/sp.result:
        Manual merge.  Place 5.0 test before 5.1 test.
      mysql-test/t/sp.test:
        Manual merge.  Place 5.0 test before 5.1 test.
      mysys/my_bitmap.c:
        Manual merge.
      scripts/make_binary_distribution.sh:
        Manual merge.
      sql/Makefile.am:
        Manual merge.
      sql/slave.cc:
        Manual merge.
      sql/sql_class.h:
        Manual merge.
      sql/sql_parse.cc:
        Manual merge.
      sql/sql_select.cc:
        Manual merge.
      tests/mysql_client_test.c:
        Manual merge.
      22b92457
  8. 08 Aug, 2006 5 commits
    • unknown's avatar
      Merge sunlight.local:/local_work/leak_fix_orig · 68d26515
      unknown authored
      into  sunlight.local:/local_work/leak_fix-5.1-mysql
      
      
      sql/sql_lex.h:
        Auto merged
      sql/sql_view.cc:
        Auto merged
      sql/sql_view.h:
        Auto merged
      sql/unireg.h:
        Auto merged
      sql/sql_base.cc:
        Manual merge
      sql/table.cc:
        Manual merge
      68d26515
    • 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
      sql_base.cc, unireg.h, sql_lex.h, table.cc, sql_view.h, sql_view.cc: · 1e9ebd01
      unknown authored
        Correct memory leak fix
      
      
      sql/unireg.h:
        Correct memory leak fix
      sql/table.cc:
        Correct memory leak fix
      sql/sql_view.h:
        Correct memory leak fix
      sql/sql_view.cc:
        Correct memory leak fix
      sql/sql_lex.h:
        Correct memory leak fix
      sql/sql_base.cc:
        Correct memory leak fix
      1e9ebd01
    • 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
    • unknown's avatar
      Fix windows pushbuild failure: the bug occured because · 9de602d2
      unknown authored
      we didn't check for NULL value of the
      lex_create_info->db_type pointer.
      The pointer is NULL in the case, when the engine name is
      unknown to the server. This happens with NDB on Windows.
      
      
      sql/sql_table.cc:
        don't check pointer in the case, it is NULL
      9de602d2
  9. 04 Aug, 2006 1 commit
  10. 03 Aug, 2006 6 commits