1. 27 May, 2005 1 commit
  2. 26 May, 2005 11 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 4b5728d2
      unknown authored
      into neptunus.(none):/home/msvensson/mysql/mysql-4.1
      
      
      sql/item.cc:
        Auto merged
      4b5728d2
    • unknown's avatar
      Merge abelkin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 990ee5b6
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
      
      990ee5b6
    • unknown's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.1 · 24e87c6a
      unknown authored
      into mysql.com:/M41/mysql-4.1
      
      24e87c6a
    • unknown's avatar
      merge · a1180e48
      unknown authored
      
      sql/item.cc:
        Auto merged
      a1180e48
    • unknown's avatar
      fixed problem with long string results of expressions in UNIONS (BUG#10025) · 34514477
      unknown authored
      
      mysql-test/r/union.result:
        test for Bug #10025
      mysql-test/t/union.test:
        test for Bug #10025
      sql/item.cc:
        set HA_OPTION_PACK_RECORD and change type to MYSQL_TYPE_STRING, to allow correct field creation in case of length more then 255 (creation STRING field with length more then 255)
      34514477
    • unknown's avatar
      Merge hundin.mysql.fi:/home/marko/k/mysql-4.0 · d8fe4c01
      unknown authored
      into hundin.mysql.fi:/home/marko/mysql-4.1
      
      
      innobase/row/row0mysql.c:
        Auto merged
      d8fe4c01
    • unknown's avatar
      InnoDB: Check all referencing tables in DROP DATABASE (Bug #10335). · f67b7d39
      unknown authored
      
      innobase/row/row0mysql.c:
        row_drop_table_for_mysql(): Check all referencing tables
        when drop_db==TRUE (Bug #10335)
      f67b7d39
    • unknown's avatar
      Fix icc compiler warning · 10ece0ae
      unknown authored
      
      ndb/src/kernel/blocks/dbtux/Dbtux.hpp:
        Removed second forward declaration of "struct DescEnt"
      10ece0ae
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 50ec4964
      unknown authored
      into neptunus.(none):/home/msvensson/mysql/mysql-4.1
      
      
      include/my_global.h:
        Auto merged
      sql/ha_myisammrg.cc:
        Auto merged
      sql/item.cc:
        Auto merged
      50ec4964
    • unknown's avatar
      Add ifdefs to control when "#pragma implementation" should be used · 50dfbb61
      unknown authored
      Added some more ifdefs for "#pragma interface"
      
      
      client/sql_string.cc:
        USE_PRAGMA_IMPLEMENTATION
      client/sql_string.h:
        USE_PRAGMA_INTERFACE
      include/my_global.h:
        Use pragma implementation for gcc pre version 3
      mysys/raid.cc:
        USE_PRAGMA_IMPLEMENTATION
      sql/field.cc:
        USE_PRAGMA_IMPLEMENTATION
      sql/ha_berkeley.cc:
        USE_PRAGMA_IMPLEMENTATION
      sql/ha_blackhole.cc:
        USE_PRAGMA_IMPLEMENTATION
      sql/ha_heap.cc:
        USE_PRAGMA_IMPLEMENTATION
      sql/ha_innodb.cc:
        USE_PRAGMA_IMPLEMENTATION
      sql/ha_isam.cc:
        USE_PRAGMA_IMPLEMENTATION
      sql/ha_isammrg.cc:
        USE_PRAGMA_IMPLEMENTATION
      sql/ha_myisam.cc:
        USE_PRAGMA_IMPLEMENTATION
      sql/ha_myisammrg.cc:
        USE_PRAGMA_IMPLEMENTATION
      sql/ha_ndbcluster.cc:
        USE_PRAGMA_IMPLEMENTATION
      sql/handler.cc:
        USE_PRAGMA_IMPLEMENTATION
      sql/hash_filo.cc:
        USE_PRAGMA_IMPLEMENTATION
      sql/item.cc:
        USE_PRAGMA_IMPLEMENTATION
      sql/item_cmpfunc.cc:
        USE_PRAGMA_IMPLEMENTATION
      sql/item_func.cc:
        USE_PRAGMA_IMPLEMENTATION
      sql/item_geofunc.cc:
        USE_PRAGMA_IMPLEMENTATION
      sql/item_strfunc.cc:
        USE_PRAGMA_IMPLEMENTATION
      sql/item_subselect.cc:
        USE_PRAGMA_IMPLEMENTATION
      sql/item_sum.cc:
        USE_PRAGMA_IMPLEMENTATION
      sql/item_timefunc.cc:
        USE_PRAGMA_IMPLEMENTATION
      sql/item_uniq.cc:
        USE_PRAGMA_IMPLEMENTATION
      sql/item_uniq.h:
        USE_PRAGMA_INTERFACE
      sql/log_event.cc:
        USE_PRAGMA_IMPLEMENTATION
      sql/log_event.h:
        USE_PRAGMA_INTERFACE
      sql/opt_range.cc:
        USE_PRAGMA_IMPLEMENTATION
      sql/procedure.cc:
        USE_PRAGMA_IMPLEMENTATION
      sql/protocol.cc:
        USE_PRAGMA_IMPLEMENTATION
      sql/protocol_cursor.cc:
        USE_PRAGMA_IMPLEMENTATION
      sql/set_var.cc:
        USE_PRAGMA_IMPLEMENTATION
      sql/sql_analyse.cc:
        USE_PRAGMA_IMPLEMENTATION
      sql/sql_analyse.h:
        USE_PRAGMA_INTERFACE
      sql/sql_class.cc:
        USE_PRAGMA_IMPLEMENTATION
      sql/sql_crypt.cc:
        USE_PRAGMA_IMPLEMENTATION
      sql/sql_crypt.h:
        USE_PRAGMA_IMPLEMENTATION
      sql/sql_list.cc:
        USE_PRAGMA_IMPLEMENTATION
      sql/sql_map.cc:
        USE_PRAGMA_IMPLEMENTATION
      sql/sql_map.h:
        USE_PRAGMA_INTERFACE
      sql/sql_olap.cc:
        USE_PRAGMA_IMPLEMENTATION
      sql/sql_select.cc:
        USE_PRAGMA_IMPLEMENTATION
      sql/sql_string.cc:
        USE_PRAGMA_IMPLEMENTATION
      sql/sql_udf.cc:
        USE_PRAGMA_IMPLEMENTATION
      sql/tztime.cc:
        USE_PRAGMA_IMPLEMENTATION
      50dfbb61
    • unknown's avatar
      - merged the 4.1.12a Changes back into the main tree · 6f3571ae
      unknown authored
      
      myisammrg/myrg_open.c:
        Auto merged
      mysys/my_getwd.c:
        Auto merged
      sql/ha_myisammrg.cc:
        Auto merged
      configure.in:
        - manual merge (corrected version number)
      6f3571ae
  3. 25 May, 2005 8 commits
    • unknown's avatar
      Manual merge. · 703d3508
      unknown authored
      703d3508
    • unknown's avatar
      Added a missing "make clean" to the RPM "spec" file which had caused the... · 5950a11a
      unknown authored
      Added a missing "make clean" to the RPM "spec" file which had caused the original 4.1.12 RPMs to be broken.
      (bug#10674, bug#10681)
      
      
      support-files/mysql.spec.sh:
        Added a missing "make clean" which had caused the original 4.1.12 RPMs to be broken.
        (bug#10674, bug#10681)
      5950a11a
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · fb776a17
      unknown authored
      into mysql.com:/home/my/mysql-4.1
      
      
      sql/sql_parse.cc:
        Auto merged
      fb776a17
    • unknown's avatar
      Cleanup during code review · ad519b77
      unknown authored
      Faster detection of wrong table names (like PRN) on windows
      
      
      include/my_sys.h:
        Added check_if_legal_filename()
      mysys/my_access.c:
        Added check_if_legal_filename()
        Set errno if my_access() fails
      mysys/my_fopen.c:
        USe check_if_legal_filename() instead of my_access() to detect wrong file names on windows
      mysys/my_open.c:
        USe check_if_legal_filename() instead of my_access() to detect wrong file names on windows
      sql/sql_lex.cc:
        Portability fix
      sql/sql_parse.cc:
        Simple cleanup
      sql/sql_repl.cc:
        Cleanup during code review
      ad519b77
    • unknown's avatar
      Use one err file for each master · f0bd7d37
      unknown authored
      
      mysql-test/mysql-test-run.sh:
        Add master id to end of MASTER_MY_ERR  so that both masters doesnt write to the same file.
      f0bd7d37
    • unknown's avatar
      - one more build fix for zlib.lib - added libpath to the · b507de92
      unknown authored
        mysql_test_run_new project files
      
      
      VC++Files/mysql-test/mysql_test_run_new.dsp:
        - added libpath option so that zlib.lib will be found
      VC++Files/mysql-test/mysql_test_run_new_ia64.dsp:
        - added libpath option so that zlib.lib will be found
      b507de92
    • unknown's avatar
      BUG#10831 ndb mgmd LogDestination maxfiles does not rotate logs properly · b7f005ce
      unknown authored
      
      ndb/src/common/util/File.cpp:
        my_stat returns NULL on failure, not non-zero.
        
        i.e. exactly the opposite of stat(2).
        
        providing confusion for unix programmers, who expect errors to be non-zero.
        
        Clean up File_class::exists(char*) to use the my_stat interface properly.
      b7f005ce
    • unknown's avatar
      BUG#10796 Incorrect check-cpu result for ppc linux gcc · 431ef177
      unknown authored
      
      BUILD/check-cpu:
        Add no_march variable to indicate that this architecture doesn't support the -march flag to GCC
      431ef177
  4. 24 May, 2005 16 commits
    • unknown's avatar
      - applied more changes to enable the CP932 charset on Windows · e0d7a59c
      unknown authored
      - fixed linking with zlib
      
      
      VC++Files/client/mysql.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/client/mysql_ia64.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/client/mysqladmin.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/client/mysqladmin_ia64.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/client/mysqlcheck.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/client/mysqlcheck_ia64.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/client/mysqlclient.dsp:
        - added ctype-cp932.c to the file list
      VC++Files/client/mysqlclient_ia64.dsp:
        - added ctype-cp932.c to the file list
      VC++Files/client/mysqldump.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/client/mysqldump_ia64.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/client/mysqlimport.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/client/mysqlimport_ia64.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/client/mysqlshow.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/client/mysqlshow_ia64.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/client/mysqltest.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/client/mysqltest_ia64.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/libmysql/libmysql.dsp:
        - added ctype-cp932.c to the file list
      VC++Files/libmysql/libmysql_ia64.dsp:
        - added ctype-cp932.c to the file list
      VC++Files/mysql-test/mysql_test_run_new.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/mysql-test/mysql_test_run_new_ia64.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/mysqlbinlog/mysqlbinlog.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/mysqlbinlog/mysqlbinlog_ia64.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/mysqlcheck/mysqlcheck.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/mysqlcheck/mysqlcheck_ia64.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/mysqlmanager/mysqlmanager.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/strings/strings_ia64.dsp:
        - added ctype-cp932.c to the file list
      e0d7a59c
    • unknown's avatar
      Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1 · 5f9ab414
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/mysql-4.1
      
      5f9ab414
    • unknown's avatar
      Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/ · ac3b6e11
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      ac3b6e11
    • unknown's avatar
      simplifying new/my_arg_new wrapping · 84554063
      unknown authored
      84554063
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1 · e0801def
      unknown authored
      into zim.(none):/home/brian/mysql/mysql-4.1
      
      e0801def
    • unknown's avatar
      Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1 · c5179ae0
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/mysql-4.1
      
      c5179ae0
    • unknown's avatar
      Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-4.1 · 470ed614
      unknown authored
      into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1
      
      470ed614
    • unknown's avatar
      Added a test case for Bug#8009. · 77b441f7
      unknown authored
      
      sql/item.cc:
        Fixed Bug#8009.
      77b441f7
    • unknown's avatar
      Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-4.1 · be053e2b
      unknown authored
      into mdk10.(none):/home/reggie/bk/41test2
      
      be053e2b
    • unknown's avatar
      removed unneeded reserved_win_names testcase · 46eded2e
      unknown authored
      
      BitKeeper/deleted/.del-reserved_win_names.test~334b02776c4247a7:
        Delete: mysql-test/t/reserved_win_names.test
      BitKeeper/deleted/.del-reserved_win_names.require~be6a130b5430085f:
        Delete: mysql-test/r/reserved_win_names.require
      BitKeeper/deleted/.del-reserved_win_names.result~ea458226c0df5337:
        Delete: mysql-test/r/reserved_win_names.result
      46eded2e
    • unknown's avatar
      - bumped up version number string to 4.1.12a · 471afb15
      unknown authored
      471afb15
    • unknown's avatar
      - added the cp932 charset support to the Windows builds · 4485688f
      unknown authored
      
      VC++Files/strings/strings.dsp:
        - added ctype-cp932.c to the project (new charset)
      include/config-win.h:
        - added a HAVE_CHARSET_cp932 #define to enable the cp932 charset
          on Windows
      4485688f
    • unknown's avatar
      Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-4.1 · 7689c886
      unknown authored
      into xiphis.org:/usr/home/antony/work2/p3-bug7241.5
      
      7689c886
    • unknown's avatar
      Add comments · 1f20ec78
      unknown authored
      1f20ec78
    • unknown's avatar
      - Backport of the patch to fix BUG#10687 (Merge engine fails · 721ba061
      unknown authored
        on Windows): applied required patches on top of the 4.1.12
        release (will be published as 4.1.12a for Windows)
      
      
      myisammrg/myrg_open.c:
        - Backport of the patch to fix BUG#10687 (Merge engine fails 
          under Windows): use fn_format to convert pathnames if the files 
          in the merge file have a pathname
      mysys/my_getwd.c:
        - Backport of the patch to fix BUG#10687 (Merge engine fails 
          on Windows): Added test to see if FN_LIBCHAR != '/' before
          doing comparison to avoid redundant comparison
      sql/ha_myisammrg.cc:
        - Backport of the patch to fix BUG#10687 (Merge engine fails 
          on Windows): added extra debug output
      721ba061
    • unknown's avatar
      Bug#7241 - Invalid response when DELETE .. USING and LOCK TABLES used. · 5f554d93
      unknown authored
        Only acquire necessary write lock for multi-delete
      
      
      mysql-test/r/lock.result:
        Test for Bug#7241
      mysql-test/t/lock.test:
        Test for Bug#7241
      sql/sql_parse.cc:
        Bug#7241
          Don't acquire write lock on all tables.
          Make sure to set lock_type on real table_list
      5f554d93
  5. 23 May, 2005 4 commits