1. 17 Aug, 2004 7 commits
    • unknown's avatar
      Use native format in interpreter - · b62d2ac0
      unknown authored
      (old code mixed the 3 alternatives: native, [lo, hi], [hi, lo])
      
      This fixes problem with auto increment on different byte order
      
      (This also make adding of signed ints really simple...)
      
      
      ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp:
        Use native format in interpreter
        (old code mixed the 3 alternatives: native, [lo, hi], [hi, lo])
      ndb/src/ndbapi/Ndb.cpp:
        Use native format in interpreter
        (old code mixed the 3 alternatives: native, [lo, hi], [hi, lo])
      ndb/src/ndbapi/NdbOperationInt.cpp:
        Use native format in interpreter
        (old code mixed the 3 alternatives: native, [lo, hi], [hi, lo])
      b62d2ac0
    • unknown's avatar
      Merge mysqldev@bk-internal.mysql.com:/tmp/jonas/save · 23b76504
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      23b76504
    • unknown's avatar
      Solaris fixes · 6c2134f4
      unknown authored
      
      ndb/include/ndb_global.h:
        Include my_alarm (to get signal.h)
      ndb/src/cw/cpcd/Process.cpp:
        Include my_alarm (to get signal.h)
      ndb/src/cw/cpcd/main.cpp:
        Include my_alarm (to get signal.h)
      ndb/src/kernel/main.cpp:
        Include my_alarm (to get signal.h)
      ndb/src/kernel/vm/Emulator.cpp:
        Include my_alarm (to get signal.h)
      ndb/src/mgmclient/main.cpp:
        Include my_alarm (to get signal.h)
      ndb/src/mgmsrv/Services.cpp:
        Include ndb_global instead of string.h
      ndb/src/ndbapi/NdbOperationInt.cpp:
        Keep consistent order of 64 bits in interpreter
      ndb/src/ndbapi/TransporterFacade.cpp:
        Include my_alarm (to get signal.h)
      6c2134f4
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1 · 68a940d9
      unknown authored
      into avenger.(none):/export/brian/mysql/4.1
      
      68a940d9
    • unknown's avatar
      Fix for not compiling ha_tina. · a4bf2843
      unknown authored
      
      sql/examples/ha_tina.cc:
        Adding in pieces to remove from compile (aka ifdef).
      a4bf2843
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 0d523b2a
      unknown authored
      into brandersnatch.localdomain:/home/dlenev/src/mysql-4.1-hpux
      
      0d523b2a
    • unknown's avatar
      Portablity fix. · 5dc4565e
      unknown authored
      hpux11 compiler dislikes empty array initializers.
      
      5dc4565e
  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 · 156ec6be
      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
      156ec6be
    • unknown's avatar
      Merge resolve. Changed name of ha_example to ha_example_engine. · c30544e7
      unknown authored
      
      sql/set_var.cc:
        Changed have_example to have_example_engine (easier to understand when reading output). Also resolved merge problem.
      c30544e7
    • unknown's avatar
      Merge · 2144a31c
      unknown authored
      
      myisam/mi_key.c:
        SCCS merged
      2144a31c
    • unknown's avatar
      apply UNIQUE constrain correctly for multi-byte charsets · 5bdb9de8
      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
      5bdb9de8
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · a2b96f3a
      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
      a2b96f3a
    • unknown's avatar
      Fix apiConnectptr after execute direct · 12e1e9ba
      unknown authored
      12e1e9ba
    • unknown's avatar
      Dump core if VM_TRACE || ERROR_INSERT · 47fb78bb
      unknown authored
      47fb78bb
    • unknown's avatar
      Fix type for 4115 · 6ad2809b
      unknown authored
      6ad2809b
    • unknown's avatar
      Bug fix for error insert 5038, · 99b9aa34
      unknown authored
      timeout in abort handling with more than 128 operations
      
      99b9aa34
    • unknown's avatar
      New error codes + automatic nulling of tvariables · 073af429
      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
      073af429
    • unknown's avatar
      CSC issue # 3299 fix: · 59f13f4c
      unknown authored
      ENUM and SET type didn't compute their length correctly.
      That showed up for example while converting into a CHAR column.
      
      59f13f4c
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · 1748a3eb
      unknown authored
      into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1-ndb
      
      1748a3eb
    • unknown's avatar
      Removed unused error code · 374d26c6
      unknown authored
      374d26c6
    • unknown's avatar
      Added support for NULL in unique index · a1ab9515
      unknown authored
      a1ab9515
    • unknown's avatar
      ctype_utf8.result, ctype_utf8.test, item_strfunc.cc: · a0805eda
      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.
      a0805eda
    • unknown's avatar
      Introduced system for automatic clearing of block global variables (VM_TRACE'd) · 1ef0988b
      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
      1ef0988b
    • unknown's avatar
      ctype_utf8.result, ctype_utf8.test, mi_key.c: · 7e622406
      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.
      7e622406
    • unknown's avatar
      ctype_ucs.result, ctype_ucs.test, item.cc: · aff628dd
      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
      aff628dd
    • unknown's avatar
      This is the addition of the CSV engine "aka tina". Its an example engine that... · 518f6daf
      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.
      518f6daf
  6. 12 Aug, 2004 1 commit