1. 17 Aug, 2004 7 commits
  2. 16 Aug, 2004 6 commits
  3. 15 Aug, 2004 6 commits
  4. 14 Aug, 2004 1 commit
  5. 13 Aug, 2004 19 commits
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1 · 2d8f4a61
      unknown authored
      into avenger.(none):/export/brian/tina-4.1
      
      
      acinclude.m4:
        Auto merged
      BitKeeper/deleted/.del-acconfig.h~8d2e3113fc8056da:
        Auto merged
      configure.in:
        Auto merged
      sql/Makefile.am:
        Auto merged
      sql/handler.cc:
        Auto merged
      sql/handler.h:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/set_var.cc:
        Auto merged
      2d8f4a61
    • unknown's avatar
      Merge resolve. Changed name of ha_example to ha_example_engine. · ff5ade15
      unknown authored
      
      sql/set_var.cc:
        Changed have_example to have_example_engine (easier to understand when reading output). Also resolved merge problem.
      ff5ade15
    • unknown's avatar
      Merge · a5a4ed90
      unknown authored
      
      myisam/mi_key.c:
        SCCS merged
      a5a4ed90
    • unknown's avatar
      apply UNIQUE constrain correctly for multi-byte charsets · b6f6d5b2
      unknown authored
      only MyISAM is fixed
      
      
      include/m_ctype.h:
        my_charpos() macro
      myisam/mi_key.c:
        apply UNIQUE constrain correctly for multi-byte charsets
      mysql-test/r/binary.result:
        new test
      mysql-test/r/key.result:
        apply UNIQUE constrain correctly for multi-byte charsets
      mysql-test/t/binary.test:
        new test
      mysql-test/t/func_gconcat.test:
        make test to pass w/o InnoDB
      mysql-test/t/key.test:
        apply UNIQUE constrain correctly for multi-byte charsets
      b6f6d5b2
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · c9c78341
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1-ndb
      
      
      ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        Auto merged
      ndb/src/ndbapi/ndberror.c:
        Auto merged
      c9c78341
    • unknown's avatar
      Fix apiConnectptr after execute direct · d528d8c4
      unknown authored
      d528d8c4
    • unknown's avatar
      Dump core if VM_TRACE || ERROR_INSERT · cd889846
      unknown authored
      cd889846
    • unknown's avatar
      Fix type for 4115 · a10db839
      unknown authored
      a10db839
    • unknown's avatar
      Bug fix for error insert 5038, · 7b686405
      unknown authored
      timeout in abort handling with more than 128 operations
      
      
      7b686405
    • unknown's avatar
      New error codes + automatic nulling of tvariables · cb6a3b22
      unknown authored
      
      ndb/src/kernel/blocks/ERROR_codes.txt:
        New error codes for LQH
      ndb/src/kernel/blocks/dbtc/DbtcInit.cpp:
        Automatic nulling of tvariables
      cb6a3b22
    • unknown's avatar
      CSC issue # 3299 fix: · 467f5956
      unknown authored
      ENUM and SET type didn't compute their length correctly.
      That showed up for example while converting into a CHAR column.
      
      
      467f5956
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · eddc4fde
      unknown authored
      into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1-ndb
      
      
      eddc4fde
    • unknown's avatar
      Removed unused error code · b8c73f81
      unknown authored
      b8c73f81
    • unknown's avatar
      Added support for NULL in unique index · 55cc6be4
      unknown authored
      55cc6be4
    • unknown's avatar
      ctype_utf8.result, ctype_utf8.test, item_strfunc.cc: · e2cfe7b6
      unknown authored
        LEFT() didn't work well in some cases.
      
      
      sql/item_strfunc.cc:
        LEFT() didn't work well in some cases.
      mysql-test/t/ctype_utf8.test:
        LEFT() didn't work well in some cases.
      mysql-test/r/ctype_utf8.result:
        LEFT() didn't work well in some cases.
      e2cfe7b6
    • unknown's avatar
      Introduced system for automatic clearing of block global variables (VM_TRACE'd) · bf8cfd40
      unknown authored
      
      ndb/src/kernel/vm/SimulatedBlock.cpp:
        Introduced automatic clearing of block global variables
      ndb/src/kernel/vm/SimulatedBlock.hpp:
        Introduced automatic clearing of block global variables
      bf8cfd40
    • unknown's avatar
      ctype_utf8.result, ctype_utf8.test, mi_key.c: · da60f197
      unknown authored
        bug 4521: unique key prefix interacts poorly with utf8: fixed length key fix.
      
      
      myisam/mi_key.c:
        bug 4521: unique key prefix interacts poorly with utf8: fixed length key fix.
      mysql-test/t/ctype_utf8.test:
        bug 4521: unique key prefix interacts poorly with utf8: fixed length key fix.
      mysql-test/r/ctype_utf8.result:
        bug 4521: unique key prefix interacts poorly with utf8: fixed length key fix.
      da60f197
    • unknown's avatar
      ctype_ucs.result, ctype_ucs.test, item.cc: · 16987e1c
      unknown authored
        #5024 [Ver]: Server crashes with queries on fields with certain charset/collation settings
      
      
      sql/item.cc:
        #5024 [Ver]: Server crashes with queries on fields with certain charset/collation settings
      mysql-test/t/ctype_ucs.test:
        #5024 [Ver]: Server crashes with queries on fields with certain charset/collation settings
      mysql-test/r/ctype_ucs.result:
        #5024 [Ver]: Server crashes with queries on fields with certain charset/collation settings
      16987e1c
    • unknown's avatar
      This is the addition of the CSV engine "aka tina". Its an example engine that... · 89987fa1
      unknown authored
      This is the addition of the CSV engine "aka tina". Its an example engine that works as a plain text file. 
      
      
      acconfig.h:
        Adding HAVE CSV rule
      acinclude.m4:
        Build option of csv engine
      configure.in:
        Update for building CSV
      sql/Makefile.am:
        Added files for CSV build
      sql/handler.cc:
        Needed options for CSV to be created.
      sql/handler.h:
        CSV type engine enum.
      sql/mysql_priv.h:
        Addition of the have_csv_db variable.
      sql/mysqld.cc:
        Code to show csv option.
      sql/set_var.cc:
        Adding have show variables for both csv and example.
      89987fa1
  6. 12 Aug, 2004 1 commit