- 21 Dec, 2004 4 commits
-
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.clean
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.clean
-
hf@deer.(none) authored
-
sergefp@mysql.com authored
into mysql.com:/dbdata/psergey/mysql-4.1-order-bug
-
- 20 Dec, 2004 3 commits
-
-
sergefp@mysql.com authored
into mysql.com:/dbdata/psergey/mysql-4.1-bug6825
-
tomas@poseidon.ndb.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
moved NdbWaiter, m_ndb_cluster_connection, to impl class moved node selection things to cluster connection moved all private things to impl class added opts for shared memory and node selection changed opts handling somewhat; introduced enum for options and common handling of option variables added checks for transporter support automatic addition of shared mem transporters moved wait_until_ready code to cluster connection added control of usage of new node selection method
-
- 19 Dec, 2004 1 commit
-
-
konstantin@mysql.com authored
library: stmt_update_metadata (used when we update max_length in mysql_stmt_store_result) needs valid row->length.
-
- 18 Dec, 2004 12 commits
-
-
paul@frost.snake.net authored
Fix up mysql help messages.
-
paul@frost.snake.net authored
Convert @samp{c} to 'c', not c.
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1-clean
-
-
-
georg@beethoven.local authored
-
into ltantony.rdg.cyberkinetica.homeunix.net:/usr/home/antony/work/bug7391.4
-
-
monty@mysql.com authored
-
matt@booty.(none) authored
I fixed the typos in the transaction-isolation comments. I fixed the spelling mistakes in the comment. It had tripped up a support customer as they couldn't start the server with transaction-isolation= read-commited
-
-
Add in missing privilege checks. Tests for the privileges.
-
- 17 Dec, 2004 17 commits
-
-
guilhem@mysql.com authored
Fix for BUG#7358: removing warning reporting of mysqldump 4.1.8 when calling SHOW CREATE DATABASE, as we deal almost gracefully with it (back to behaviour of 4.1.7). Warning was not fatal: mysqldump continued. And the good thing is that it helped spot that starting from 4.1.7, SHOW CREATE DATABASE failed (if --single-transaction and first db has non-empty InnoDB table and there is a second db) and thus mysqldump produced CREATE DATABASE statements missing the CHARACTER SET clause. Removing the bug which was in the server, and the warning reporting in mysqldump (compatibility with old servers).
-
mleich@mysql.com authored
-
mleich@mysql.com authored
into mysql.com:/home/matthias/Arbeit/mysql-4.1/src
-
tomas@poseidon.ndb.mysql.com authored
removed TRACE from management client
-
mleich@mysql.com authored
into mysql.com:/home/matthias/Arbeit/mysql-4.1/src
-
tomas@poseidon.ndb.mysql.com authored
-
joreland@mysql.com authored
-
matthias@three.local.lan authored
into three.local.lan:/home/matthias/Arbeit/mysql-4.1/src
-
tomas@poseidon.ndb.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
removed methods that are duplicated in management client
-
joreland@mysql.com authored
-
joreland@mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
4.1.9 compatible with 4.1.8
-
sergefp@mysql.com authored
For numeric constants we only need to add, since the parser doesn't produce negative numbers. For strings we only add (we actually could substract 1 if given string is a constant and it has '-number' form but we're not doing that because * we set max_length bigger then necessary in other cases as well. * the current solution is simpler and safer (bigger max_length is better then cutting out)
-
tomas@poseidon.ndb.mysql.com authored
removed theCurrentConnectCounter optimized the_release_ind by using pos[0] to indicate that there is something there smaller storage of theDBNodes array by using Uint8 set the_relase_ind array to Uint32 to avoid possible parallell thread usage errors
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1
-
joreland@mysql.com authored
-
- 16 Dec, 2004 3 commits
-
-
guilhem@mysql.com authored
which Heikki fixed in 4.1.8 and 4.0.23. I verified that without Heikki's patch the test fails (7 gets inserted). Test added to 4.1 because in testsuite of 4.0 it's impossible to start slave with InnoDB.
-
guilhem@mysql.com authored
-
joreland@mysql.com authored
-