mariadb/ndb/test/ndbapi
unknown 40c2a8870b Changing the default of libmysqlclient : it's now NO reconnection.
All our programs which use mysql_real_connect() and mysql_connect() are updated accordingly, though I have deliberately
made mysqlimport not reconnect anymore (already true for mysqldump >= 4.1.8).
All Connector devs have been warned about the change I'm doing here - which was agreed with Monty,
and fixes BUG#2555.


VC++Files/libmysqltest/mytest.c:
  explicit mention of reconnect (no behaviour change)
VC++Files/mysqlmanager/mysqlmanagerview.cpp:
  explicit mention of reconnect (no behaviour change)
VC++Files/test1/mysql_thr.c:
  explicit mention of reconnect (no behaviour change)
VC++Files/winmysqladmin/main.cpp:
  explicit mention of reconnect (no behaviour change)
client/mysql.cc:
  explicit mention of reconnect if embedded (no behaviour change)
client/mysqladmin.cc:
  explicit mention of reconnect (no behaviour change)
client/mysqlbinlog.cc:
  explicit mention of reconnect (no behaviour change)
client/mysqlcheck.c:
  explicit mention of reconnect (no behaviour change)
client/mysqlimport.c:
  explicit mention of NO reconnect (behaviour change). As most time is passed in LOAD DATA INFILE,
  and as it does not make sense to reconnect after a partly failed LOAD... And as mysqlimport sometimes
  does LOCK TABLES where we mustn't reconnect...
client/mysqlshow.c:
  explicit mention of reconnect (no behaviour change)
client/mysqltest.c:
  explicit mention of reconnect (no behaviour change).
  Normally we should not reconnect (it's not good to have silent reconnection in the middle of a test),
  but 5.0 is too touchy to change it now. I'm marking it TODO.
libmysql/libmysql.c:
  explicit mention of reconnect (no behaviour change)
libmysqld/examples/builder-sample/emb_samples.cpp:
  explicit mention of reconnect (no behaviour change)
ndb/test/ndbapi/flex_bench_mysql.cpp:
  explicit mention of reconnect (no behaviour change)
ndb/tools/restore/consumer_restorem.cpp:
  explicit mention of reconnect (no behaviour change)
sql-common/client.c:
  Changing the default of libmysqlclient : it's now NO reconnection.
sql/repl_failsafe.cc:
  explicit mention of reconnect (no behaviour change)
sql/slave.cc:
  explicit mention of reconnect (no behaviour change)
tests/client_test.c:
  explicit mention of reconnect (no behaviour change)
tests/connect_test.c:
  explicit mention of reconnect (no behaviour change)
tests/deadlock_test.c:
  explicit mention of reconnect (no behaviour change)
tests/insert_test.c:
  explicit mention of reconnect (no behaviour change)
tests/list_test.c:
  explicit mention of reconnect (no behaviour change)
tests/select_test.c:
  explicit mention of reconnect (no behaviour change)
tests/showdb_test.c:
  explicit mention of reconnect (no behaviour change)
tests/ssl_test.c:
  explicit mention of reconnect (no behaviour change)
tests/thread_test.c:
  explicit mention of reconnect (no behaviour change)
tools/mysqlmanager.c:
  explicit mention of reconnect (no behaviour change)
2004-12-09 14:44:10 +01:00
..
bank Makefile.am: 2004-11-08 10:35:23 +00:00
old_dirs Makefile.am: 2004-11-08 10:35:23 +00:00
acid.cpp ndb_init() to all ndb programs 2004-09-15 11:49:18 +02:00
acid2.cpp ndb_init() to all ndb programs 2004-09-15 11:49:18 +02:00
adoInsertRecs.cpp neww ndb automake 2004-05-26 15:36:55 +00:00
asyncGenerator.cpp changed to call internal snprintf/vsnprintf 2004-10-21 19:02:01 +00:00
benchronja.cpp ndb_init() to all ndb programs 2004-09-15 11:49:18 +02:00
bulk_copy.cpp changed to call internal snprintf/vsnprintf 2004-10-21 19:02:01 +00:00
cdrserver.cpp changed to call internal snprintf/vsnprintf 2004-10-21 19:02:01 +00:00
celloDb.cpp ndb_init() to all ndb programs 2004-09-15 11:49:18 +02:00
create_all_tabs.cpp ndb_init() to all ndb programs 2004-09-15 11:49:18 +02:00
create_tab.cpp ndb_init() to all ndb programs 2004-09-15 11:49:18 +02:00
drop_all_tabs.cpp ndb_init() to all ndb programs 2004-09-15 11:49:18 +02:00
flex_bench_mysql.cpp Changing the default of libmysqlclient : it's now NO reconnection. 2004-12-09 14:44:10 +01:00
flexAsynch.cpp changed to call internal snprintf/vsnprintf 2004-10-21 19:02:01 +00:00
flexBench.cpp changed to call internal snprintf/vsnprintf 2004-10-21 19:02:01 +00:00
flexHammer.cpp changed to call internal snprintf/vsnprintf 2004-10-21 19:02:01 +00:00
flexScan.cpp changed to call internal snprintf/vsnprintf 2004-10-21 19:02:01 +00:00
flexTimedAsynch.cpp ndb_init() to all ndb programs 2004-09-15 11:49:18 +02:00
flexTT.cpp changed to call internal snprintf/vsnprintf 2004-10-21 19:02:01 +00:00
index.cpp ndb: set column type sets column defaults 2004-09-15 14:52:39 +02:00
index2.cpp ndb: set column type sets column defaults 2004-09-15 14:52:39 +02:00
initronja.cpp ndb_init() to all ndb programs 2004-09-15 11:49:18 +02:00
InsertRecs.cpp neww ndb automake 2004-05-26 15:36:55 +00:00
interpreterInTup.cpp changed to call internal snprintf/vsnprintf 2004-10-21 19:02:01 +00:00
mainAsyncGenerator.cpp ndb_init() to all ndb programs 2004-09-15 11:49:18 +02:00
Makefile.am wl2240 - ndb partitioning 2004-11-15 21:40:35 +01:00
msa.cpp ndb_init() to all ndb programs 2004-09-15 11:49:18 +02:00
ndb_async1.cpp neww ndb automake 2004-05-26 15:36:55 +00:00
ndb_async2.cpp neww ndb automake 2004-05-26 15:36:55 +00:00
ndb_user_populate.cpp neww ndb automake 2004-05-26 15:36:55 +00:00
ndb_user_transaction.cpp neww ndb automake 2004-05-26 15:36:55 +00:00
ndb_user_transaction2.cpp neww ndb automake 2004-05-26 15:36:55 +00:00
ndb_user_transaction3.cpp neww ndb automake 2004-05-26 15:36:55 +00:00
ndb_user_transaction4.cpp neww ndb automake 2004-05-26 15:36:55 +00:00
ndb_user_transaction5.cpp neww ndb automake 2004-05-26 15:36:55 +00:00
ndb_user_transaction6.cpp neww ndb automake 2004-05-26 15:36:55 +00:00
restarter.cpp ndb_init() to all ndb programs 2004-09-15 11:49:18 +02:00
restarter2.cpp ndb_init() to all ndb programs 2004-09-15 11:49:18 +02:00
restarts.cpp ndb_init() to all ndb programs 2004-09-15 11:49:18 +02:00
ScanFilter.hpp neww ndb automake 2004-05-26 15:36:55 +00:00
ScanFunctions.hpp compile fix for ndbapi test program on irix (variable scope) 2004-11-08 13:59:04 +01:00
ScanInterpretTest.hpp Merge 2004-05-27 11:36:10 +02:00
size.cpp ndb_init() to all ndb programs 2004-09-15 11:49:18 +02:00
slow_select.cpp ndb_init() to all ndb programs 2004-09-15 11:49:18 +02:00
test_event.cpp ndb_init() to all ndb programs 2004-09-15 11:49:18 +02:00
testBackup.cpp Fix so that testBackup wait until start has finished before 2004-09-22 09:27:34 +02:00
testBasic.cpp testBasic -n NoCommit626 2004-10-13 11:28:24 +02:00
testBasicAsynch.cpp ndb_init() to all ndb programs 2004-09-15 11:49:18 +02:00
testBlobs.cpp ndb: fix blob performance in long transactions 2004-11-22 18:54:06 +01:00
testDataBuffers.cpp compile fix for ndbapi test program on irix (variable scope) 2004-11-08 13:59:04 +01:00
testDeadlock.cpp compile fix for ndbapi test program on irix (variable scope) 2004-11-08 13:59:04 +01:00
testDict.cpp ndb: do not crash on config mismatch if release compiled 2004-11-19 16:49:17 +01:00
testGrep.cpp ndb_init() to all ndb programs 2004-09-15 11:49:18 +02:00
testGrepVerify.cpp ndb_init() to all ndb programs 2004-09-15 11:49:18 +02:00
testIndex.cpp compile fix for ndbapi test program on irix (variable scope) 2004-11-08 13:59:04 +01:00
testInterpreter.cpp ndb_init() to all ndb programs 2004-09-15 11:49:18 +02:00
testLcp.cpp add ndb_init 2004-11-17 14:27:28 +01:00
testMgm.cpp ndb_init() to all ndb programs 2004-09-15 11:49:18 +02:00
testNdbApi.cpp compile fix for ndbapi test program on irix (variable scope) 2004-11-08 13:59:04 +01:00
testNodeRestart.cpp wl1801 - more node failure handling in simple/dirty read 2004-10-11 11:02:39 +02:00
testOIBasic.cpp compile fix for ndbapi test program on irix (variable scope) 2004-11-08 13:59:04 +01:00
testOperations.cpp Test prg update 2004-10-08 16:42:51 +02:00
testOrderedIndex.cpp ndb_init() to all ndb programs 2004-09-15 11:49:18 +02:00
testPartitioning.cpp wl2240 - ndb partitioning 2004-11-15 21:40:35 +01:00
testReadPerf.cpp Merge mysql.com:/home/jonas/src/mysql-4.1 2004-11-22 07:52:42 +01:00
testRestartGci.cpp compile fix for ndbapi test program on irix (variable scope) 2004-11-08 13:59:04 +01:00
testScan.cpp ndb - scan bug fix + more test cases 2004-11-29 09:00:39 +01:00
testScanInterpreter.cpp changed to call internal snprintf/vsnprintf 2004-10-21 19:02:01 +00:00
testScanPerf.cpp merge 2004-11-26 10:13:32 +01:00
testSystemRestart.cpp compile fix for ndbapi test program on irix (variable scope) 2004-11-08 13:59:04 +01:00
testTimeout.cpp Fix changed interface to HugoOperations 2004-10-13 11:43:54 +02:00
testTransactions.cpp Test prg update 2004-10-08 16:42:51 +02:00
TraceNdbApi.cpp neww ndb automake 2004-05-26 15:36:55 +00:00
userInterface.cpp more snprintf... 2004-10-21 19:23:18 +00:00
VerifyNdbApi.cpp neww ndb automake 2004-05-26 15:36:55 +00:00