- 28 Jun, 2006 12 commits
-
-
stewart@willster.(none) authored
into mysql.com:/home/stewart/Documents/MySQL/5.1/bug20725
-
stewart@willster.(none) authored
into mysql.com:/home/stewart/Documents/MySQL/5.1/merge
-
stewart@willster.(none) authored
into mysql.com:/home/stewart/Documents/MySQL/5.1/merge
-
stewart@mysql.com authored
into mysql.com:/home/stewart/Documents/MySQL/5.0/merge
-
stewart@mysql.com authored
change default minimum to 3 bug is *very* timing dependent, unable to reproduce here, but theoretically possible.
-
jonas@perch.ndb.mysql.com authored
50->51 merge of bug#20442, force close scan (with locks)
-
jonas@perch.ndb.mysql.com authored
ndbapi test of bug#20252
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/51-work
-
jonas@perch.ndb.mysql.com authored
force close of scan (of outstanding scan_frag)
-
stewart@willster.(none) authored
into mysql.com:/home/stewart/Documents/MySQL/5.1/merge
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new
-
tomas@poseidon.ndb.mysql.com authored
- make sure to invalidate even if table is not binlogged
-
- 27 Jun, 2006 17 commits
-
-
tomas@poseidon.ndb.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
-
tomas@poseidon.ndb.mysql.com authored
-
jmiller@mysql.com authored
Adding back ndb partition tests from mysql-test-extra per tomas and clavin new file
-
jmiller@ndb08.mysql.com authored
into mysql.com:/data0/mysql-5.1
-
jmiller@mysql.com authored
Adding back ndb partition tests from mysql-test-extra per tomas and clavin new file
-
stewart@mysql.com authored
fix based on review by tomas. conform to bug we haven't fixed yet.
-
stewart@mysql.com authored
Post recent handler changes, fast count(*) for cluster was broken. Seeing as we maintain an exact count for ndb, we can easily use this for an optimisation. With this patch, and use_exact_count DISABLED, we will use the fast way of getting count(*) but not use the exact count for the optimiser. With this patch and use_exact_count ENABLED, we will use the fast way of getting count(*) and use the exact count for the optimiser.
-
tomas@poseidon.ndb.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
- post merge fixes for 5.1
-
tomas@poseidon.ndb.mysql.com authored
- post merge fixes for 5.1
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/51-work
-
jonas@perch.ndb.mysql.com authored
allow user to specify scan batch size in readTuples
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
-
tomas@poseidon.ndb.mysql.com authored
- correction of previous patch
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
-
tomas@poseidon.ndb.mysql.com authored
- make sure to allocate just enough pages in the fragments by using the actual row count from the backup, to avoid over allocation of pages to fragments, and thus avoid the bug
-
- 26 Jun, 2006 11 commits
-
-
konstantin@bodhi.netgear authored
into mysql.com:/opt/local/work/mysql-5.1-runtime
-
jmiller@ndb08.mysql.com authored
into mysql.com:/data0/mysql-5.1
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
-
konstantin@mysql.com authored
into mysql.com:/opt/local/work/mysql-5.1-runtime
-
konstantin@mysql.com authored
into mysql.com:/opt/local/work/mysql-5.1-runtime
-
knielsen@rt.int.sifira.dk authored
into mysql.com:/usr/local/mysql/tmp-5.1
-
knielsen@mysql.com authored
The 250 simultaneous events all accessing the same table caused the events_stress test to fail due to debug warnings about too many table waiters. Fixed by using three different tables.
-
stewart@mysql.com authored
change names of some undocumented ndb status variables to better reflect what their values mean
-
jonas@perch.ndb.mysql.com authored
make sure we can only drop files from correct file group
-
jonas@perch.ndb.mysql.com authored
part 2 - handle safecounter.init() failing in all parts of event code
-
andrey@lmy004. authored
into lmy004.:/work/mysql-5.1-runtime-bug16992
-