- 01 Jun, 2004 1 commit
-
-
unknown authored
Still known bugs :-( ndb/include/kernel/signaldata/ScanTab.hpp: Add close flag ndb/include/ndbapi/NdbConnection.hpp: Moved mehtod outside ndb/include/ndbapi/NdbScanOperation.hpp: Removed err code from ndb/src/common/debugger/signaldata/ScanTab.cpp: Updated printer ndb/src/kernel/blocks/dblqh/DblqhMain.cpp: New error inserts for SCAN ndb/src/kernel/blocks/dbtc/Dbtc.hpp: Update handling of frag timeouts ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: Update handling of frag timeouts ndb/src/kernel/blocks/dbtup/DbtupBuffer.cpp: Don't send empty TRANSID_AI's ndb/src/ndbapi/NdbConnectionScan.cpp: Update error handling of scan ndb/src/ndbapi/NdbScanOperation.cpp: Update error handling of scan ndb/src/ndbapi/Ndbif.cpp: Update error handling of scan
-
- 28 May, 2004 5 commits
-
-
unknown authored
into mysql.com:/home/jonas/src/wl1671 ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp: Auto merged ndb/src/kernel/ndb-main/Main.cpp: Auto merged
-
unknown authored
ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp: New error insert for ndbrequire ndb/src/kernel/ndb-main/Main.cpp: WEXITSTATUS only contains valid value if WIFEXITED
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1-ndb-jonas configure.in: Auto merged
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1-ndb configure.in: Auto merged
-
unknown authored
into mc05.(none):/space2/tomas/mysql-4.1-ndb-test configure.in: Auto merged
-
- 27 May, 2004 34 commits
-
-
unknown authored
mysql-test/r/variables.result: update results after merge strings/int2str.c: Portability fix (using 'char' as a parameter may give a warning)
-
unknown authored
configure.in: Auto merged innobase/os/os0file.c: Auto merged mysql-test/t/variables.test: Auto merged mysql-test/r/variables.result: merge fix
-
unknown authored
configure.in: Ensure that innodb gets system specific CFLAGS and CXXFLAGS innobase/os/os0file.c: Don't use pread/pwrite on systems where these are not working. This fixes a bug on HPUX, where InnoDB didn't create the ibdata1 file correctly.
-
unknown authored
include/config-netware.h: Always enable HAVE_COMPRESS on netware We can't detect compress in configure on netware because we must use AC_TRY_RUN to detect zlib on other platforms
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1-ndb-jonas
-
unknown authored
into mysql.com:/home/jonas/src/wl1671
-
unknown authored
-
unknown authored
netware/BUILD/nwbootstrap: Auto merged
-
unknown authored
into mysql.com:/home/my/mysql-4.1
-
unknown authored
mysql-test/t/fulltext.test: After merge fix
-
unknown authored
VC++Files/comp_err/comp_err.dsp: Auto merged VC++Files/sql/mysqld.dsp: Auto merged myisam/ft_boolean_search.c: Auto merged mysql-test/t/fulltext.test: Auto merged myisam/ft_parser.c: Keep old code mysql-test/r/fulltext.result: Remove duplicate test from 4.0
-
unknown authored
netware/BUILD/nwbootstrap: Patch from Novell, create the libmysqld.imp file. netware/mysqld_safe.c: Patch from Novell, new option --set-variable.
-
unknown authored
ndb/test/ndbapi/Makefile.am: Removed flexScan (-noscan) ndb/test/ndbapi/bank/Bank.cpp: Fixed no scan api ndb/test/ndbapi/bank/BankLoad.cpp: Fixed no scan api ndb/test/ndbapi/testBackup.cpp: Reenable bank ndb/test/ndbapi/testGrep.cpp: Reenable bank
-
unknown authored
-
unknown authored
into mysql.com:/home/jonas/src/wl1671 ndb/include/ndbapi/Ndb.hpp: Auto merged ndb/src/ndbapi/Makefile.am: Auto merged ndb/src/ndbapi/Ndb.cpp: Auto merged ndb/src/ndbapi/NdbDictionaryImpl.cpp: Auto merged ndb/src/ndbapi/NdbDictionaryImpl.hpp: Auto merged ndb/src/ndbapi/Ndbinit.cpp: Auto merged
-
unknown authored
ndb/src/ndbapi/Makefile.am: Removed sources
-
unknown authored
-
unknown authored
myisam/ft_boolean_search.c: perlify comment
-
unknown authored
ndb/src/kernel/ndb-main/Makefile.am: Auto merged
-
unknown authored
configure.in: Include mgmapi ndb/config/type_ndbapi.mk.am: remove LDADD from type ndb/config/type_util.mk.am: remove LDADD from type ndb/src/cw/cpcd/Makefile.am: LDADD ndbclient ndb/src/kernel/ndb-main/Makefile.am: Fix LDADD ndb/src/mgmclient/Makefile.am: LDADD ndbclient ndb/src/mgmsrv/Makefile.am: LDADD ndbclient ndb/test/run-test/Makefile.am: LDADD ndbclient
-
unknown authored
into mc05.(none):/space2/tomas/mysql-4.1-ndb-test
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1-ndb-jonas
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1-ndb
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1-ndb-jonas configure.in: Auto merged ndb/src/mgmapi/Makefile.am: Auto merged ndb/src/ndbapi/Makefile.am: Auto merged ndb/src/ndbapi/Ndb.cpp: Auto merged ndb/src/ndbapi/Ndbinit.cpp: Auto merged
-
unknown authored
-
unknown authored
-
unknown authored
-
unknown authored
-
unknown authored
acconfig.h: added switched for shm sci in ndb acinclude.m4: added switched for shm sci in ndb configure.in: added dependency for ndblibs to mysql server ndb/src/common/transporter/Makefile.am: small fix ndb/src/common/transporter/Transporter.hpp: ndb_global for sci and shm defines
-
unknown authored
-
unknown authored
produce hex digits in lower case). (fixed version) Replaced _dig_vec array with two _dig_vec_upper/_dig_vec_lower arrays. Added extra argument to int2str function which controls case of digits you get. Replaced lot of invocations of int2str for decimal radix with more optimized int10_to_str() function. Removed unused my_itoa/my_ltoa functions. client/mysql.cc: Replaced int2str invocations with radix argument equal to 10 with optimized int10_to_str() call. client/mysqladmin.c: Replaced int2str invocations with radix argument equal to 10 with optimized int10_to_str() call. dbug/dbug.c: _dig_vec became _dig_vec_upper. include/m_string.h: _dig_vec is obsoleted by _dig_vec_upper/_dig_vec_lower. my_itoa()/my_ltoa() functions were removed because they were never used in our code. int2str() now has one more argument which controls case of digits it will produce. include/my_global.h: my_itoa()/my_ltoa() functions were removed because they were never used in our code. isam/isamchk.c: Replaced int2str invocations with radix argument equal to 10 with optimized int10_to_str() call. libmysql/libmysql.def: _dig_vec is obsoleted by _dig_vec_upper/_dig_vec_lower. myisam/myisamchk.c: Replaced int2str invocation with radix argument equal to 10 with optimized int10_to_str() call. mysys/mf_tempfile.c: _dig_vec became _dig_vec_upper. mysys/my_error.c: Replaced int2str invocations with radix argument equal to 10 with optimized int10_to_str() call. mysys/my_tempnam.c: _dig_vec became _dig_vec_upper. sql-common/client.c: Replaced int2str invocation with radix argument equal to 10 with optimized int10_to_str() call. sql/item_strfunc.cc: _dig_vec became _dig_vec_upper. Also we don't need hex[] array in this file now because we have _dig_vec_lower instead. sql/mysqld.cc: Replaced int2str invocations with radix argument equal to 10 with optimized int10_to_str() call. sql/password.c: _dig_vec became _dig_vec_upper. sql/sql_bitmap.h: _dig_vec became _dig_vec_upper. strings/int2str.c: Replaced _dig_vec by _dig_vec_upper/_dig_vec_lower pair. int2str() now has one more argument which controls case of digits it will produce. my_itoa()/my_ltoa() functions were removed because they were never used in our code. strings/longlong2str-x86.s: _dig_vec became _dig_vec_upper. strings/longlong2str.c: _dig_vec became _dig_vec_upper. strings/my_vsnprintf.c: If my_snprintf() is printing %x argument it should produce lower case hexadecimal digits to be snprintf() compatible.
-
unknown authored
into mysql.com:/home/jonas/src/wl1671 ndb/Epilogue.mk_old: Auto merged ndb/src/common/debugger/signaldata/Makefile_old: Auto merged ndb/src/common/mgmcommon/Makefile_old: Auto merged ndb/src/common/util/Makefile_old: Auto merged ndb/src/kernel/Makefile_old: Auto merged ndb/src/kernel/blocks/dblqh/Dblqh.hpp: Auto merged ndb/src/kernel/blocks/dblqh/DblqhMain.cpp: Auto merged ndb/src/kernel/ndb-main/Main.cpp: Auto merged ndb/src/kernel/ndb-main/Makefile_old: Auto merged ndb/src/kernel/vm/Makefile_old: Auto merged ndb/src/mgmapi/Makefile_old: Auto merged ndb/src/mgmclient/Makefile_old: Auto merged ndb/src/mgmsrv/Makefile_old: Auto merged ndb/src/mgmsrv/MgmtSrvr.cpp: Auto merged ndb/src/ndbapi/ClusterMgr.cpp: Auto merged ndb/src/ndbapi/Makefile_old: Auto merged ndb/src/ndbapi/Ndb.cpp: Auto merged ndb/src/ndbapi/Ndbif.cpp: Auto merged ndb/src/ndbapi/Ndbinit.cpp: Auto merged ndb/src/ndbapi/TransporterFacade.cpp: Auto merged ndb/src/ndbapi/TransporterFacade.hpp: Auto merged ndb/test/ndbapi/testDict.cpp: Auto merged ndb/test/ndbapi/testSystemRestart.cpp: Auto merged ndb/test/ndbapi/testTimeout.cpp: Auto merged ndb/test/src/Makefile_old: Auto merged
-
unknown authored
into poseidon.(none):/home/tomas/mysql-4.1-ndb
-
unknown authored
-