- 05 Jul, 2004 1 commit
-
-
unknown authored
Enabled ordered scan in handler ndb/include/ndbapi/NdbIndexScanOperation.hpp: Moved saveBound to NdbIndexScanOperation ndb/include/ndbapi/NdbScanOperation.hpp: Moved saveBound to NdbIndexScanOperation ndb/src/ndbapi/NdbDictionaryImpl.cpp: Introduced map for index attributes (keys) -> real attr id (and back) ndb/src/ndbapi/NdbDictionaryImpl.hpp: Introduced map for index attributes (keys) -> real attr id (and back) ndb/src/ndbapi/NdbOperationDefine.cpp: Moved saveBound to NdbIndexScanOperation ndb/src/ndbapi/NdbOperationInt.cpp: Moved saveBound to NdbIndexScanOperation ndb/src/ndbapi/NdbScanOperation.cpp: Moved saveBound to NdbIndexScanOperation Fixed bugs in handling of setBounds w.r.t getValues and index keys (use new reverse map) Fixed bugs in next_result_ordered sql/ha_ndbcluster.cc: Use sorted scan when requested
-
- 24 Jun, 2004 1 commit
-
-
unknown authored
ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: rollback sets exec_flag ndb/test/ndbapi/testScan.cpp: none relavant test cases
-
- 23 Jun, 2004 7 commits
-
-
unknown authored
-
unknown authored
ndb/test/run-test/daily-basic-tests.txt: add testTimeout -n TimeoutRandTransaction for BUG#4230 add scan tests
-
unknown authored
Move atrt install-path to mysql-test/ndb ndb/test/run-test/Makefile.am: Move atrt install-path to mysql-test/ndb
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1-ndb
-
unknown authored
ndb/src/kernel/blocks/dbtc/Dbtc.hpp: BUG#4230 ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: Only send TCROLLBACKREP when recevied TCKEYREQ with exec_flag set ndb/src/ndbapi/NdbApiSignal.cpp: Fix length of TCROLLBACKREQ ndb/src/ndbapi/NdbScanOperation.cpp: Wait for all TRANSID_AI before sending close scan req ndb/test/include/HugoOperations.hpp: Remove hugo impl. of scan interface ndb/test/ndbapi/testScan.cpp: Removed "non relevant" scan tests ndb/test/ndbapi/testTimeout.cpp: Update to new scan api ndb/test/ndbapi/testTransactions.cpp: tmp remove scan (not in autotest yet anyway) from testTransaction ndb/test/src/HugoOperations.cpp: Remove hugo impl. of scan interface
-
unknown authored
quick fix to new scan ndb/test/ndbapi/testOIBasic.cpp: quick fix to new scan
-
unknown authored
into poseidon.bredbandsbolaget.se:/home/tomas/mysql-4.1-ndb-merge
-
- 22 Jun, 2004 26 commits
-
-
unknown authored
-
unknown authored
into brandersnatch.localdomain:/home/dlenev/src/mysql-4.1-tz-am
-
unknown authored
mysql_tzinfo_to_sql converter was moved to extra/ directory and its build was made compatible with older automake versions. extra/Makefile.am: mysql_tzinfo_to_sql converter was moved to extra/ directory and its build was made compatible with older automake versions. sql/Makefile.am: mysql_tzinfo_to_sql converter was moved to extra/ directory and its build was made compatible with older automake versions. BitKeeper/etc/ignore: Added extra/tztime.cc extra/mysql_tzinfo_to_sql to the ignore list
-
unknown authored
test suite fixed. libmysql/libmysql.c: - fixed a bug in protocol -> host integer conversions in send_data_str tests/client_test.c: Fixes to make client_test run on 64 bit Sun: - strlen() doesn't accept NULL input - Sun is high byte first, so we can't store bind 32-bit variables to 16-bit to MYSQL_TYPE_SHORT/TINY
-
unknown authored
ndb/src/ndbapi/NdbScanOperation.cpp: Extra printout if DEBUG_NEXT_RESULT Set theError.code so one can't call nextResult after it has once returned 1 ndb/test/ndbapi/ScanFunctions.hpp: Update testcases ndb/test/ndbapi/testScan.cpp: ScanWitoutOpenScan isn't really relevent anymore
-
unknown authored
into brandersnatch.localdomain:/home/dlenev/src/mysql-4.1-bg4200 sql/item_cmpfunc.cc: Auto merged sql/item_cmpfunc.h: Auto merged sql/sql_yacc.yy: Auto merged
-
unknown authored
Now ESCAPE in LIKE will accept not only string literal but constant delimited expression. mysql-test/r/func_like.result: Added test for bug# 4200 "Parse error on LIKE ESCAPE with parameter binding" mysql-test/t/func_like.test: Added test for bug# 4200 "Parse error on LIKE ESCAPE with parameter binding" sql/item_cmpfunc.cc: Added support for accepting of constant delimited expression as ESCAPE argument to Item_func_like. sql/item_cmpfunc.h: Now ESCAPE clause in LIKE will accept not only string literal but constant delimited expression. Thus added member to Item_func_like for storing Item corresponding to this expression and changed third argument of cons to be Item* instead of char*. sql/sql_help.cc: Item_func_like now accepts Item* as third argument. sql/sql_yacc.yy: Now ESCAPE clause of LIKE accepts not only string literal but constant delimited expression (the most important case is prepared statement parameter of course).
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-regexp-4.1 sql/item_cmpfunc.cc: Auto merged sql/item_cmpfunc.h: Auto merged
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-insert-4.1
-
unknown authored
into mysql.com:/usr/home/bar/mysql-4.1
-
unknown authored
./configure --with-charset=binary is now possible. configure.in: --with-charset-binary is now possible.
-
unknown authored
mysql-test/r/subselect.result: Auto merged mysql-test/t/subselect.test: SCCS merged
-
unknown authored
-
unknown authored
mysql-test/r/subselect.result: prepare statement test added mysql-test/t/subselect.test: prepare statement test added
-
unknown authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b4102
-
unknown authored
sql/item.h: Auto merged
-
unknown authored
ndb/src/common/debugger/signaldata/ScanTab.cpp: Improved printer ndb/src/ndbapi/NdbScanOperation.cpp: Don't fetch if we have result
-
unknown authored
sql/sql_parse.cc: Auto merged sql/sql_prepare.cc: Auto merged mysql-test/r/subselect.result: SCCS merged mysql-test/t/subselect.test: SCCS merged
-
unknown authored
into brandersnatch.localdomain:/home/dlenev/src/mysql-4.1-tz-cleanup
-
unknown authored
on many platforms (the other option was providing portable setenv() replacement). sql/Makefile.am: Removed building of test_time since it was not needed/used really and caused problems on many platforms.
-
unknown authored
Drop t2 in the beginning. , mysql-test/r/auto_increment.result: Drop t2 in the beginning. , mysql-test/t/auto_increment.test: Drop t2 in the beginning. ,
-
unknown authored
statement": check that statement is not null when accessing it's name. tests/client_test.c: A test case for bug#4236
-
unknown authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b4198 sql/sql_select.cc: Auto merged
-
unknown authored
into mysql.com:/dbdata/psergey/mysql-4.1-root
-
unknown authored
into mysql.com:/space/my/mysql-4.1
-
unknown authored
requested Build-tools/Do-compile: - explicitely enable libedit, when readline is not requested
-
- 21 Jun, 2004 5 commits
-
-
unknown authored
-
unknown authored
into brandersnatch.localdomain:/home/dlenev/src/mysql-4.1-tz-cleanup
-
unknown authored
Now we are using time zone abbreviations in debug builds or in utlities only. Tried to remove warnings generated by compiler by using more proper types for members of time zone describing structures. Removed unused variables. Fixed test_time to be able to build on FreeBSD without much problems. Portability fix: resolved ambiguity of abs() function.
-
unknown authored
into mysql.com:/home/mysql_src/mysql-4.1-874
-
unknown authored
(enum_shutdown_level is going to replace enum killed_state in 5.0). VC++Files/winmysqladmin/mysql_com.h: putting in place the 2 types of KILL of 5.0 include/mysql_com.h: putting in place the two types of KILL of 5.0
-