- 27 May, 2004 22 commits
-
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1-ndb
-
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
into poseidon.(none):/home/tomas/mysql-4.1-ndb
-
unknown authored
-
unknown authored
configure.in: added NDB_EXTRA_FLAGS ndb/src/common/transporter/Makefile.am: removed SHM in ndb
-
unknown authored
into mc05.(none):/space2/tomas/mysql-4.1
-
unknown authored
into poseidon.(none):/home/tomas/mysql-4.1-ndb
-
unknown authored
-
unknown authored
into mc05.(none):/space2/tomas/mysql-4.1 ndb/include/ndbapi/Ndb.hpp: Auto merged ndb/src/kernel/blocks/backup/restore/Restore.hpp: Auto merged ndb/src/kernel/blocks/backup/restore/main.cpp: Auto merged ndb/src/ndbapi/Ndb.cpp: Auto merged ndb/src/ndbapi/NdbDictionaryImpl.cpp: Auto merged ndb/src/ndbapi/Ndbinit.cpp: Auto merged ndb/test/ndbapi/testGrepVerify.cpp: Auto merged ndb/tools/listTables.cpp: Auto merged
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1-ndb
-
unknown authored
into mc05.(none):/space2/tomas/mysql-4.1-ndb-test BitKeeper/etc/logging_ok: auto-union configure.in: Auto merged
-
unknown authored
automake verion problem configure.in: automake verion problem
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1-ndb ndb/include/ndbapi/NdbConnection.hpp: Auto merged ndb/include/ndbapi/NdbOperation.hpp: Auto merged ndb/src/ndbapi/NdbScanOperation.cpp: Auto merged
-
unknown authored
changed install dir ndb/test/run-test/Makefile.am: changed install dir
-
unknown authored
-
unknown authored
-
unknown authored
ndb/tools/waiter.cpp: Rename: ndb/test/tools/waiter.cpp -> ndb/tools/waiter.cpp configure.in: added install dirs for ndb ndb/Makefile.am: ndb headers for install ndb/config/common.mk.am: DEFS_LOC in ndb make ndb/config/type_ndbapi.mk.am: added LDADD=libNDB_API.la default for type_ndbapi ndb/src/cw/cpcd/Makefile.am: changes install dir ndb/src/kernel/blocks/backup/restore/Makefile.am: changes install dir ndb/src/kernel/ndb-main/Makefile.am: changes install dir ndb/src/mgmapi/Makefile.am: changes install dir ndb/src/mgmclient/Makefile.am: changes install dir ndb/src/mgmsrv/Makefile.am: changes install dir ndb/src/ndbapi/Makefile.am: changes install dir ndb/test/ndbapi/Makefile.am: changes install dir ndb/test/ndbapi/bank/Makefile.am: changes install dir ndb/test/tools/Makefile.am: changes install dir mysql-test/ndb/install_ndbcluster.sh: new mysql-test/ndb/stop_ndbcluster.sh: new ndb/tools/Makefile.am: changes install dir
-
- 26 May, 2004 18 commits
-
-
unknown authored
-
unknown authored
Makefile.am: Auto merged client/mysqldump.c: Auto merged configure.in: Auto merged netware/Makefile.am: Auto merged
-
unknown authored
Docs/manual_toc.html: Rename: BitKeeper/deleted/.del-manual_toc.html~f483f2d33d9acb41 -> Docs/manual_toc.html libmysqld/lib_sql.cc: Fixed type of new variables libmysqld/libmysqld.c: Removed duplicate function (allready in libmysql.c)
-
unknown authored
use opt_net_buffer_length instead of net_buffer_length Makefile.am: netware files should always be in 'make dist' client/mysqldump.c: use opt_net_buffer_length instead of net_buffer_length configure.in: netware files should always be in 'make dist' netware/Makefile.am: netware files should always be in 'make dist'
-
unknown authored
into mysql.com:/home/my/mysql-4.1
-
unknown authored
VC++Files/client/mysqlclient.dsp: Auto merged VC++Files/innobase/innobase.dsp: Auto merged include/mysql.h: Auto merged include/mysql_com.h: Auto merged innobase/include/log0log.h: Auto merged innobase/include/log0log.ic: Auto merged innobase/include/mtr0mtr.h: Auto merged innobase/log/log0log.c: Auto merged innobase/log/log0recv.c: Auto merged innobase/que/que0que.c: Auto merged libmysql/libmysql.c: Auto merged libmysql_r/Makefile.am: Auto merged sql/log_event.cc: Auto merged sql/mysqld.cc: Auto merged tools/mysqlmanager.c: Auto merged
-
unknown authored
Logging to logging@openlogging.org accepted compile-pentium-max: changed --with-ndbcluster to --without-ndbcluster because it fails on 4.1 builds BUILD/compile-pentium-max: changed --with-ndbcluster to --without-ndbcluster because it fails on 4.1 builds BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
VC++Files/client/mysqlclient.dsp: Added missing /D MYSQL_CLIENT VC++Files/innobase/innobase.dsp: Remove not existing file sql/mysqld.cc: Fixed comment
-
unknown authored
-
unknown authored
makefix configure.in: makefix
-
unknown authored
-
unknown authored
new file
-
unknown authored
when UNIV_DEBUG is defined (introduced in ChangeSet@1.1850) innobase/que/que0que.c: Remove ut_ad() reference to removed parameter next_thr
-
unknown authored
VC++Files/innobase/innobase.dsp: non-existent file removed client/mysql.cc: local opt_max_allowed_packet and opt_net_buffer_length introduced client/mysqldump.c: local opt_max_allowed_packet and opt_net_buffer_length introduced include/mysql.h: mysql_get_parameters() interface added #define max_allowed_packet added include/mysql_com.h: these should not be exported libmysql/libmysql.c: mysql_get_parameters implementations libmysql/libmysql.def: interface changed libmysql_r/Makefile.am: MYSQL_CLIENT define added libmysqld/lib_sql.cc: line moved to be above the '#include "mysql.cc"' libmysqld/libmysqld.c: mysql_get_parameters implementation (embedded) libmysqld/libmysqld.def: interface changed sql/log_event.cc: should be like that in this case tools/mysqlmanager.c: compiler warns on this line
-
unknown authored
ndb/src/mgmclient/CommandInterpreter.hpp: removed usage of global replication
-
unknown authored
into mysql.com:/home/my/mysql-4.1
-
unknown authored
Applied patches for Netware innobase/include/os0thread.h: Applied patches for Netware innobase/os/os0thread.c: Applied patches for Netware libmysql/libmysql.c: Applied patches for Netware libmysql/libmysql.def: Applied patches for Netware myisam/myisamchk.c: Applied patches for Netware Changed prototype of killed_ptr() to make it more portable myisam/myisamdef.h: Applied patches for Netware Changed prototype of killed_ptr() to make it more portable mysql-test/t/rpl_relayspace-slave.opt: Applied patches for Netware mysys/my_pthread.c: Applied patches for Netware mysys/my_static.h: Portability fix netware/BUILD/compile-linux-tools: Applied patches for Netware Changed prototype of killed_ptr() to make it more portable netware/BUILD/mwenv: Applied patches for Netware Changed prototype of killed_ptr() to make it more portable netware/BUILD/nwbootstrap: Applied patches for Netware Changed prototype of killed_ptr() to make it more portable netware/my_manage.c: Applied patches for Netware Changed prototype of killed_ptr() to make it more portable netware/mysql_fix_privilege_tables.pl: Applied patches for Netware Changed prototype of killed_ptr() to make it more portable netware/mysql_test_run.c: Applied patches for Netware Changed prototype of killed_ptr() to make it more portable netware/static_init_db.sql: Applied patches for Netware Changed prototype of killed_ptr() to make it more portable scripts/make_binary_distribution.sh: Applied patches for Netware Changed prototype of killed_ptr() to make it more portable sql/filesort.cc: Changed prototype of killed_ptr() to make it more portable sql/ha_myisam.cc: Changed prototype of killed_ptr() to make it more portable sql/mysqld.cc: Fixed some typos for Netware sql/sql_bitmap.h: Applied patches for Netware sql/sql_class.h: Changed prototype of killed_ptr() to make it more portable sql/sql_insert.cc: safety fix strings/my_strtoll10.c: Added comment
-
unknown authored
into poseidon.(none):/home/tomas/mysql-4.1-ndb-make configure.in: Auto merged ndb/src/Makefile_old: Auto merged ndb/test/ndbapi/acid.cpp: Auto merged ndb/test/ndbapi/flexAsynch.cpp: Auto merged ndb/test/ndbapi/flexHammer.cpp: Auto merged ndb/test/ndbapi/flexTT.cpp: Auto merged ndb/test/ndbapi/initronja.cpp: Auto merged ndb/test/ndbapi/interpreterInTup.cpp: Auto merged ndb/test/ndbapi/msa.cpp: Auto merged ndb/test/ndbapi/old_dirs/lmc-bench/src/user/userInterface.cpp: Auto merged ndb/test/ndbapi/testDataBuffers.cpp: Auto merged ndb/test/ndbapi/testNdbApi.cpp: Auto merged ndb/test/ndbapi/testRestartGci.cpp: Auto merged ndb/test/ndbapi/testScan.cpp: Auto merged ndb/tools/desc.cpp: Auto merged ndb/test/ndbapi/flexScan.cpp: Auto merged
-