1. 22 Jul, 2005 10 commits
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.1-10407 · 93e5896c
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-4.1-clean
      
      93e5896c
    • unknown's avatar
      Fix calculation for length of LPAD() and RPAD() reported to · e61f8974
      unknown authored
      client via mysql_fetch_fields(). (Bug #11311)
      
      
      mysql-test/r/func_str.result:
        Add new results
      mysql-test/t/func_str.test:
        Add new regression test
      sql/item_strfunc.cc:
        Fix length reported for LPAD() and RPAD() -- they always truncate to the
        length that is given.
      e61f8974
    • unknown's avatar
      ctype-gbk.c: · de0d584b
      unknown authored
        Bug #11987
        mysql will truncate the text when the text contain GBK char:"0xA3A0" and "0xA1"
        Allow to store and retrieve even unassigned GBK codes.
        Like we did in Big5 earlier.
      have_gbk.inc, have_gbk.require, ctype_gbk.result, ctype_gbk.test:
        new file
      
      
      strings/ctype-gbk.c:
        Bug #11987
        mysql will truncate the text when the text contain GBK char:"0xA3A0" and "0xA1"
        Allow to store and retrieve even unassigned GBK codes.
        Like we did in Big5 earlier.
      de0d584b
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1 · 07e59e1e
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-4.1.b11754
      
      07e59e1e
    • unknown's avatar
      Merge ssmith@bk-internal.mysql.com:/home/bk/mysql-4.1 · 1cab7f3e
      unknown authored
      into  mysql.com:/home/stewart/Documents/MySQL/4.1/main
      
      1cab7f3e
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1 · 9fa11c61
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-4.1.b11754
      
      9fa11c61
    • unknown's avatar
      merging · 410d753a
      unknown authored
      410d753a
    • unknown's avatar
      Merge bk@192.168.21.1:/usr/home/bk/mysql-4.0 · 7f8b40bd
      unknown authored
      into deer.(none):/home/hf/work/mysql-4.0.clean
      
      7f8b40bd
    • unknown's avatar
      Fix error message generated when trying to create a table in a · bba06ed9
      unknown authored
      non-existent database. (Bug #10407)
      
      
      mysql-test/r/create.result:
        Update results
      mysql-test/t/create.test:
        Update error numbers
      sql/mysql_priv.h:
        Adjust some other function signature so table and db information
        is passed down into create_frm().
      sql/sql_table.cc:
        Check for database not existing after hitting an error when
        copying the .frm file for 'CREATE TABLE ... LIKE ...', and
        pass table and db name into rea_create_table().
      sql/table.cc:
        Generate specific error message when .frm creation fails because
        the database does not exist.
      sql/unireg.cc:
        Pass database and table name down into create_frm().
      bba06ed9
    • unknown's avatar
      Merge ssmith@bk-internal.mysql.com:/home/bk/mysql-4.1 · 91898029
      unknown authored
      into  mysql.com:/home/stewart/Documents/MySQL/4.1/main
      
      91898029
  2. 21 Jul, 2005 16 commits
  3. 20 Jul, 2005 14 commits
    • unknown's avatar
      - Manually merged fixes for BUG#12057 (*.plist (Mac OS X) files are installed on Linux) · 08aa5da1
      unknown authored
      
      support-files/MacOSX/Makefile.am:
        Auto merged
      scripts/Makefile.am:
        - manual merge
      support-files/Makefile.am:
        - manual merge
      08aa5da1
    • unknown's avatar
      Bug #10600 After review fixes · 1b6ac530
      unknown authored
      
      sql/lock.cc:
        Used flags immediately in call
      sql/mysql_priv.h:
        Added RTFC (short for remove_table_from_cache)
        for constants and used hex syntax to clarify it is bits
        in the flags
      sql/sql_base.cc:
        Use flags parameter immediately and use flags immediately in call
        Change to other variant of eternal loop variant
      sql/sql_table.cc:
        Use flags immediately in call
      1b6ac530
    • unknown's avatar
      - don't install the Mac OS X support files when running "make install" - · 13622886
      unknown authored
        they're not needed outside of the source tree (BUG#12057)
      - Removed some more unneeded files from "make install" along the way
      
      
      scripts/Makefile.am:
        - don't install the following files with "make install", as they are
          not needed to be installed: 
          make_win_src_distribution, make_win_binary_distribution,
          make_binary_distribution, make_sharedlib_distribution
      support-files/MacOSX/Makefile.am:
        - don't install the Mac OS X support files when running "make install" -
          they're not needed outside of the source tree (BUG#12057)
      support-files/Makefile.am:
        - don't install the RPM spec files with "make install" - they are not
          needed outside of the source tree
      13622886
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 68e296e9
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
      
      68e296e9
    • unknown's avatar
      Bug #12055 NDB temp tables created by ALTER TABLE are usable · 6dc61868
      unknown authored
      - do not discover temporary files and make them visible
      
      6dc61868
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · 6034874c
      unknown authored
      into  mysql.com:/home/jonas/src/mysql-4.1-push
      
      6034874c
    • unknown's avatar
      Merge grichter@bk-internal.mysql.com:/home/bk/mysql-4.1 · ca5c3f9b
      unknown authored
      into lmy002.wdf.sap.corp:/home/georg/work/mysql/prod/mysql-4.1
      
      
      tests/mysql_client_test.c:
        Auto merged
      ca5c3f9b
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · 8501007c
      unknown authored
      into  mysql.com:/home/jonas/src/mysql-4.1-push
      
      8501007c
    • unknown's avatar
      cs fixes from last commit · 1462e0bc
      unknown authored
      1462e0bc
    • unknown's avatar
      bug#11942 - ndb backup · 76538629
      unknown authored
        fix error code to avoid clash with 5.0/5.1
      
      
      ndb/include/kernel/signaldata/AlterTable.hpp:
        Change error codes to remove clash from 5.0
      ndb/include/kernel/signaldata/DropTable.hpp:
        Change error codes to remove clash from 5.0
      ndb/src/ndbapi/ndberror.c:
        Change error codes to remove clash from 5.0
      76538629
    • unknown's avatar
      bug#11942 - ndb backup with parallell DDL · 60b06c95
      unknown authored
        add testcase to autotest
      
      
      ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        remove ;
      ndb/test/run-test/daily-basic-tests.txt:
        add test case
      60b06c95
    • unknown's avatar
      Added some missing casts and changed a define for alloca(). · bb0d815f
      unknown authored
      
      client/mysqldump.c:
        Added casts.
      include/my_sys.h:
        Define for alloca() changed for Metrowerks compiler.
      myisam/rt_split.c:
        Added cast.
      bb0d815f
    • unknown's avatar
      bug#11942 · fd15dd64
      unknown authored
      
      ndb/include/kernel/signaldata/AlterTable.hpp:
        Add error code for backup in progress
      ndb/include/kernel/signaldata/DictTabInfo.hpp:
        Add backup state
      ndb/include/kernel/signaldata/DropTable.hpp:
        Add error code for backup in progress
      ndb/include/ndbapi/NdbDictionary.hpp:
        Add backup state
      ndb/src/kernel/blocks/backup/Backup.cpp:
        1) remove invalid require (util_sequence_ref) crash
        2) Don't backup objects dropping/creating
        3) set correct error code on backup fragment ref (crash)
        4) save TrigAttrInfo header when getting log full (crash)
        5) lock/unlock tables during backup
      ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        1) add mutex lock/unlock as part of drop/alter table
        2) add lock/unlock for backup
        3) remove TC from backup trigger loop
      ndb/src/kernel/blocks/dbdict/Dbdict.hpp:
        Add BACKUP_ONGOING state
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Add backup state
      ndb/src/ndbapi/ndberror.c:
        Add error code for backup in progress
      ndb/test/ndbapi/testBackup.cpp:
        Add testcase for testBackup -n BackupDDL
      ndb/tools/drop_index.cpp:
        Fix ndb_drop_index
      ndb/tools/listTables.cpp:
        Print of backup state
      fd15dd64
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1 · be242394
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-4.1.innolike
      
      be242394