- 07 Jan, 2005 7 commits
-
-
serg@sergbook.mysql.com authored
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-5.0
-
serg@sergbook.mysql.com authored
-
joreland@mysql.com authored
-
joreland@mysql.com authored
-
brian@zim.(none) authored
The test case does not currently work (I am comitting this so that Patrick will have a working copy). I am going to look at the test case next. It is suspected that it is failing do to a change in mysql_test_run.
-
brian@zim.(none) authored
Seems like such a short commit message...
-
brian@zim.(none) authored
-
- 06 Jan, 2005 33 commits
-
-
jimw@mysql.com authored
into mysql.com:/home/jwinstead2/mysql-5.0
-
jimw@mysql.com authored
into mysql.com:/home/jwinstead2/mysql-4.1-clean
-
tulin@build.mysql.com authored
into build.mysql.com:/users/tulin/mysql-5.0
-
tulin@build.mysql.com authored
correcting 4.1 merge error
-
jimw@mysql.com authored
into mysql.com:/home/jwinstead2/mysql-4.1-clean
-
jimw@mysql.com authored
into mysql.com:/home/jwinstead2/mysql-4.1-clean
-
jimw@mysql.com authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
-
bell@sanja.is.com.ua authored
-
serg@sergbook.mysql.com authored
-
bell@sanja.is.com.ua authored
-
jimw@mysql.com authored
into mysql.com:/home/jwinstead2/mysql-4.1-clean
-
jimw@mysql.com authored
into mysql.com:/home/jwinstead2/mysql-4.1-clean
-
jimw@mysql.com authored
into mysql.com:/home/jwinstead2/mysql-4.1-clean
-
serg@sergbook.mysql.com authored
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-5.0
-
jimw@mysql.com authored
-
serg@sergbook.mysql.com authored
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.1
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
bell@sanja.is.com.ua authored
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-5.0
-
monty@mysql.com authored
After merge fixes
-
lenz@mysql.com authored
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-5.0-ndb
-
joerg@mysql.com authored
Ensure that a 'bool' function really returns a value - was compiler error on some problems causing build failure.
-
lenz@mysql.com authored
build (to make the test suite pass)
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-5.0-ndb
-
tulin@build.mysql.com authored
fixed ndb configure according to 4.1
-
tomas@poseidon.ndb.mysql.com authored
forgot hex prefix
-
tomas@poseidon.ndb.mysql.com authored
improved printout routine
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-5.0
-
tomas@poseidon.ndb.mysql.com authored
-
monty@mysql.com authored
Split TABLE to TABLE and TABLE_SHARE (TABLE_SHARE is still allocated as part of table, will be fixed soon) Created Field::make_field() and made Field_num::make_field() to call this Added 'TABLE_SHARE->db' that points to database name; Changed all usage of table_cache_key as database name to use this instead Changed field->table_name to point to pointer to alias. This allows us to change alias for a table by just updating one pointer. Renamed TABLE_SHARE->real_name to table_name Renamed TABLE->table_name to alias Renamed TABLE_LIST->real_name to table_name
-
heikki@hundin.mysql.fi authored
Use the fcntl() file flush method on OS X; Apple disabled fsync() for internal disk drives, which caused corruption in power outages; the patch was recommended by an Apple engineer
-