Commit graph

13634 commits

Author SHA1 Message Date
joreland@mysql.com
99ec08873b Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into mysql.com:/home/jonas/src/ll
2004-08-06 10:04:58 +02:00
joreland@mysql.com
e02ee41349 Fixed ndb backup bug 2004-08-06 09:43:06 +02:00
joreland@mysql.com
1a5575251a removed unused and illegal print method 2004-08-05 23:39:12 +02:00
konstantin@mysql.com
84de86c3f3 Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/kostja/mysql/mysql-4.1-root
2004-08-05 14:19:18 -07:00
konstantin@mysql.com
403b91798a Cleanup in mysql_time.h/my_time.h headers. The first is used in mysql.h,
the second is for the rest of time declarations in mysys.
2004-08-05 14:16:43 -07:00
ndbdev@eel.hemma.oreland.se
8e74c1b78c Merge 2004-08-05 22:32:25 +02:00
ndbdev@eel.hemma.oreland.se
64618d7fe4 Merge joreland@bk-internal.mysql.com:irix
into eel.hemma.oreland.se:/ndb/clone-mysql-4.1-ndb-daily-2004-08-04
2004-08-05 22:19:52 +02:00
mronstrom@mysql.com
b023e1835b Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/Users/mikron/mysql-4.1
2004-08-05 19:20:11 +02:00
mronstrom@mysql.com
75b85ebc60 Small fix for updated config params 2004-08-05 18:51:27 +02:00
mronstrom@mysql.com
a0a5a6a6fb Remove unused config parameters 2004-08-05 18:23:01 +02:00
kent@mysql.com
48c8a11a4f mysqld.cc, mysql_test_run.c:
Changed URL in error message, page has moved
2004-08-05 17:05:21 +02:00
joreland@mysql.com
2082e8b9e4 bug#4909 + testSystemRestart -n SR_FULLDB
1) Fix so that scan takeover is possible after SR
2) Reserve two pages for SR "zero pages"
2004-08-05 15:38:08 +02:00
ndbdev@eel.hemma.oreland.se
b13e7483f5 wl1292
testInterpreter is no longer built
2004-08-05 13:00:32 +02:00
joreland@mysql.com
b1fd4d8839 wl2010
Added NDB_DEBUG(--with-debug) and NDB_DEBUG_FULL(--with-debug=full)
2004-08-05 12:54:59 +02:00
konstantin@mysql.com
f8c0850521 Cleanup in libmysql. 2004-08-05 02:43:18 -07:00
konstantin@mysql.com
7c6a4ce7bc -O4 may be slower if you don't have profiling info (as HP pal told me
on OSCON)
2004-08-05 01:56:41 -07:00
ndbdev@eel.hemma.oreland.se
a622fdc951 Remove timeout test, as default timeout now is a year 2004-08-05 08:15:58 +02:00
ndbdev@eel.hemma.oreland.se
4a6e9d8052 wl1292 - workaround for mgmsrv node id problems 2004-08-04 20:48:48 +02:00
ndbdev@eel.hemma.oreland.se
90a0345a14 Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into eel.hemma.oreland.se:/ndb/clone-mysql-4.1-ndb-daily-2004-08-04
2004-08-04 19:54:13 +02:00
mronstrom@mysql.com
e38680886d Fix for allowing large transactions with less memory impact.
Currently one needs 636*1.6*2*noOfReplicas + 184 bytes per record
which amounts to about 4200 bytes per record. The 2 is a bug which
is fixed here as well, noOfReplicas is removed, it was there for
concurrent transactions but it is better to focus on supporting one
large transaction in the cluster. Also decreasing the safety factor
from 1.6 to 1.1.

Also removing unused parameters.
2004-08-04 15:47:50 +02:00
ndbdev@eel.hemma.oreland.se
f4b3e9edd6 Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1
into eel.hemma.oreland.se:/ndb/clone-mysql-4.1-ndb-daily-2004-08-04
2004-08-04 14:07:36 +02:00
joreland@mysql.com
5dd11be77b Merge mysql.com:/home/jonas/src/mysql-4.1
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-08-04 12:00:54 +02:00
magnus@neptunus.(none)
39e63640b7 Merge msvensson@bk-internal.mysql.com:/home/bk/mysql-4.1
into neptunus.(none):/home/magnus/mysql-4.1
2004-08-04 11:34:22 +02:00
magnus@neptunus.(none)
d526f3277e BUG#4892 TRUNCATE TABLE returns error 156
Added NDBCLUSTER to table types which does not support generate. 
Added test case for truncate.
2004-08-04 11:28:36 +02:00
magnus@neptunus.(none)
1c65da2cbc BUG#4818 DELETE FROM tab LIMIT
Check if there are any operations pending that needs to be taken over to the updating/deleting transaction before closing the scan
2004-08-04 10:54:42 +02:00
joreland@mysql.com
6d0e2e72ce Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-08-03 22:09:17 +02:00
joreland@mysql.com
8d39a7b104 Ndb mgmsrv Memleak(s) 2004-08-03 22:08:17 +02:00
joreland@mysql.com
6f47f7a9d4 Merge mysql.com:/home/jonas/src/mysql-4.1
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-08-03 19:32:03 +02:00
pekka@mysql.com
883247ea46 testOIBasic.cpp:
make it fail in more useful ways
2004-08-03 18:09:28 +02:00
mysqldev@o2k.irixworld.net
7786fce2fd Compile fixes for irix 2004-08-03 17:16:57 +02:00
joreland@mysql.com
954542b0c9 more 4.1 to irix merge 2004-08-03 14:58:44 +02:00
joreland@mysql.com
20c86363f5 Merge 4.1 with jonas irix clone 2004-08-03 14:16:16 +02:00
mysqldev@o2k.irixworld.net
d861fa8577 Fix duplicate declaration in NDB cluster handler 2004-08-03 13:54:55 +02:00
lenz@mysql.com
4078c1ce03 - removed several C++-style comments (//) - these confuse the IBM
compiler
2004-08-03 11:28:37 +02:00
lenz@mysql.com
9d987304fa - added option "--bundled-zlib" to compile using the included
compression library
2004-08-03 02:36:21 +02:00
joreland@mysql.com
de8e5c069b testOIBasic 2004-08-02 13:56:14 +02:00
joreland@mysql.com
a2f866e909 Fix ndb detection of gcc 2004-08-02 13:44:22 +02:00
serg@serg.mylan
dec992d8fb hang in dummy natural join (no common columns) Bug #4807 2004-08-02 11:12:11 +02:00
joreland@mysql.com
24ee9709d2 Fix testOIBasic
1) Close transaction whenever Con goes out of scope so that it don't leave open
   transactions in TC
2) Close transaction when starting a transaction wo/ closing first
3) Allow 499 as deadlock
4) Don't use buddy as: 1) no need 2) harder to read signal log
2004-08-02 10:57:09 +02:00
joreland@mysql.com
c95ef33210 Bug fix for testBasic -n MassiveRollback, a bug in LCP in LQH 2004-08-02 09:00:24 +02:00
serg@serg.mylan
e8d23cfa26 followup to SET PASSWORD fix 2004-08-01 17:21:55 +02:00
joreland@mysql.com
2e95d812c3 Merge mysql.com:/home/jonas/src/mysql-4.1
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-08-01 17:03:58 +02:00
serg@serg.mylan
c105f1ed8b Merge bk-internal.mysql.com:/home/bk/mysql-4.1/
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2004-08-01 16:35:35 +02:00
pekka@mysql.com
ae44634d9e DbtuxScan.cpp:
dont crash before wl_1942 done
2004-08-01 16:03:04 +02:00
joreland@mysql.com
a6e2c98d02 Compile fixes for ccc (& cxx) on linux/alpha
Mainly explicit template instantiations
2004-08-01 15:53:31 +02:00
joreland@mysql.com
29b5faf06f Fix mysql-test-run w.r.t NDB
"export A=var" is bash feature
instead do "A=var; export A"
2004-08-01 14:12:45 +02:00
joreland@mysql.com
fd11f4a187 Fix uninit var.
Fix error printout
2004-08-01 13:41:13 +02:00
joreland@mysql.com
466992fb1f New file missing in source distr. 2004-08-01 09:07:08 +02:00
pekka@mysql.com
3747b0dda5 Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into mysql.com:/space/pekka/ndb/version/my41-tux
2004-07-31 16:16:11 +02:00
pekka@mysql.com
ceca9c96b8 Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/orca/space/pekka/ndb/version/my41-34x
2004-07-31 15:54:37 +02:00