- 08 Nov, 2005 3 commits
-
-
pekka@mysql.com authored
-
kent@mysql.com authored
Temporary work around to pass --build=... to configure in storage engine sub directory print_file.cpp: HP-UX compiler don't like variable shadowing AsyncFile.cpp: Cast result from strstr() to char* for HP-UX compile trigger_definitions.h: "MIN" and "MAX" are not used for trigger stuff, move to a more global include ndb_global.h.in: Define "MIN" and "MAX" globally for all NDB, in case the platform does not have it (like Solaris). Moved here from "include/kernel/trigger_definitions.h". Makefile.am: Add missing ha_* files to EXTRA_mysqld_SOURCES
-
jimw@mysql.com authored
-
- 07 Nov, 2005 10 commits
-
-
joerg@mysql.com authored
into mysql.com:/M51/mysql-5.1
-
joerg@mysql.com authored
-
joerg@mysql.com authored
Replace the full socket path name, not just a directory component. bug#14720
-
reggie@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
-
reggie@poseidon.ndb.mysql.com authored
-
tulin@ndbmaster.mysql.com authored
-
acurtis@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/m51new
-
acurtis@poseidon.ndb.mysql.com authored
-
jonas@perch.ndb.mysql.com authored
same row - prepare delete, prepare insert (with different size), commit delete, commit insert would lead to assertion as prepare insert didnt call handle_size_change_after_update
-
jonas@perch.ndb.mysql.com authored
-
- 06 Nov, 2005 12 commits
-
-
kent@mysql.com authored
Added system table 'mysql.plugin'
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new
-
svoj@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
-
kent@mysql.com authored
Changed back version to 5.1.2-alpha
-
svoj@poseidon.ndb.mysql.com authored
-
kent@mysql.com authored
-
svoj@poseidon.ndb.mysql.com authored
WL#2763 - MySQL plugin interface: step 1 Manual merge from CNET tree.
-
ramil@ndbmaster.mysql.com authored
into ndbmaster.mysql.com:/home/ndbdev/tomas/mysql-5.1-new
-
ramil@ndbmaster.mysql.com authored
-
kent@mysql.com authored
-
ramil@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
-
ramil@poseidon.ndb.mysql.com authored
2. All have_xxx variables are now selectable.
-
- 05 Nov, 2005 9 commits
-
-
reggie@ndbmaster.mysql.com authored
updated include directory after move to storage directory mysql.sln: updated locations of storage engines myisam.vcproj: Rename: VC++Files/myisam/myisam.vcproj -> VC++Files/storage/myisam/myisam.vcproj heap.vcproj: Rename: VC++Files/heap/heap.vcproj -> VC++Files/storage/heap/heap.vcproj innobase.vcproj: Rename: VC++Files/innobase/innobase.vcproj -> VC++Files/storage/innobase/innobase.vcproj myisammrg.vcproj: Rename: VC++Files/myisammrg/myisammrg.vcproj -> VC++Files/storage/myisammrg/myisammrg.vcproj bdb.vcproj: Rename: VC++Files/bdb/bdb.vcproj -> VC++Files/storage/bdb/bdb.vcproj
-
tomas@poseidon.ndb.mysql.com[tomas] authored
- removed some returns on ndb internal error codes, return ndb cause in warnings - moved all errorcode mapping mysqld-ndb to ndberror.c - ndb util thread to discover all ndb tables at startup - ndb util thread to wait for mysqld startup
-
tomas@poseidon.ndb.mysql.com[tomas] authored
update test result for conflicting error codes
-
tomas@poseidon.ndb.mysql.com[tomas] authored
-
tomas@poseidon.ndb.mysql.com[tomas] authored
Fix problem when creating shadow table
-
tomas@poseidon.ndb.mysql.com[tomas] authored
since NDB$FRAGMENT is automatically added, there was a over run in the struct
-
monty@mysql.com authored
-
monty@mysql.com authored
-
monty@mysql.com authored
This is a merge of 5.0 -> 5.1 + some code from old 5.1 tree to get all tests to work and keep the .frm format the same as the old 5.1 tree.
-
- 04 Nov, 2005 6 commits
-
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-5.1
-
monty@mysql.com authored
(Main reason for reordering was to get rid of compiler warnings for order of element initialization)
-
monty@mysql.com authored
into mysql.com:/my/mysql-5.0
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-5.0
-
monty@mysql.com authored
(Caused sp-security to fail)
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-