- 01 Oct, 2004 15 commits
-
-
heikki@hundin.mysql.fi authored
Remove accidentally pushed fsp debug code
-
heikki@hundin.mysql.fi authored
into hundin.mysql.fi:/home/heikki/mysql-4.1
-
heikki@hundin.mysql.fi authored
Fix bug introduced by the prefix key + multibyte charsets patch today
-
kent@mysql.com authored
into mysql.com:/users/kboortz/daily/work/mysql-4.1-vax
-
kent@mysql.com authored
Temporarely disabled client_test test Use MASTER_MYSOCK to get socket path
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-4.1-ryan
-
dlenev@brandersnatch.localdomain authored
column types TIMESTAMP is NOT NULL by default, so in order to have TIMESTAMP column holding NULL valaues you have to specify NULL as one of its attributes (this needed for backward compatibility). Main changes: Replaced TABLE::timestamp_default_now/on_update_now members with TABLE::timestamp_auto_set_type flag which is used everywhere for determining if we should auto-set value of TIMESTAMP field during this operation or not. We are also use Field_timestamp::set_time() instead of handler::update_timestamp() in handlers.
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/test/mysql-4.1
-
mskold@mysql.com authored
-
mskold@mysql.com authored
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/j/mysql-4.1
-
jan@hundin.mysql.fi authored
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/test/mysql-4.1
-
marko@hundin.mysql.fi authored
-
jan@hundin.mysql.fi authored
into hundin.mysql.fi:/home/jan/mysql-4.1
-
- 30 Sep, 2004 8 commits
-
-
kent@mysql.com authored
Use TESTS_BINDIR to point out bin dir for "client_test" mysql-test-run.sh: Export TESTS_BINDIR to be used from --exec
-
tomas@poseidon.ndb.mysql.com authored
-
kent@mysql.com authored
into mysql.com:/users/kboortz/daily/work/mysql-4.1-vax
-
kent@mysql.com authored
--exec now checks return code, make all command lines succeed
-
marko@hundin.mysql.fi authored
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-4.1-bg4302
-
dlenev@brandersnatch.localdomain authored
identical to another in result" According to SQL standard queries like "select t1.a as col from t1, t2 order by a" should return an error if both tables contain field a.
-
marko@hundin.mysql.fi authored
-
- 29 Sep, 2004 1 commit
-
-
jan@hundin.mysql.fi authored
into hundin.mysql.fi:/home/jan/mysql-4.1
-
- 28 Sep, 2004 16 commits
-
-
konstantin@mysql.com authored
tests were disabled due to failures caused by floating point conversion issues on optimized builds).
-
kent@mysql.com authored
into mysql.com:/users/kboortz/daily/work/mysql-4.1-vax
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndb
-
tomas@poseidon.ndb.mysql.com authored
typo
-
tomas@poseidon.ndb.mysql.com authored
move lockmode from scan operation to operation added read tuple with lock mode
-
kent@mysql.com authored
Make timer an option
-
kent@mysql.com authored
into mysql.com:/users/kboortz/daily/work/mysql-4.1-vax
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndb
-
kent@mysql.com authored
Run client_test as a testcase new file mysql-test-run.sh: More clearly report failure if --force, also exit 1 client_test.c: Use MAXPATHLEN in test_frm_bug() Renable test cases disabled for running from mysql-test-run mysqltest.c: Don't check errno from popen, may not be set
-
konstantin@mysql.com authored
call.
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndb
-
kent@mysql.com authored
into mysql.com:/users/kboortz/daily/work/mysql-4.1-es
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1-ndb
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndb
-
mskold@mysql.com authored
Adjusted so auto_increment value after bulk insert will be exactly +1 after last (if no parallel inserts)
-
kent@mysql.com authored
Embarrassing typo
-