226 Commits (2220fe2774bf2b041ba9894e33d23d2bf03a5df1)

Author SHA1 Message Date
mskold/marty@mysql.com/linux.site 44e55e3b43 Bug #21072 Duplicate key error in NDB references wrong key: Re-wrote string usage to avoid valgrind warnings 19 years ago
mskold/marty@mysql.com/linux.site 240cd87dbf Bug #21072 Duplicate key error in NDB references wrong key: use MAX_KEY to signal unknown key: Added string initialization 19 years ago
kaa@polly.local 456fe01d7e Fix for bug #22728 "Handler_rollback value is growing". 19 years ago
mskold/marty@mysql.com/linux.site c854ecebf9 Bug #21072 Duplicate key error in NDB references wrong key: wrong indent for code block 20 years ago
mskold/marty@mysql.com/linux.site 42d64e4275 Bug #21072 Duplicate key error in NDB references wrong key: use MAX_KEY to signal unknown key 20 years ago
ramil/ram@mysql.com/myoffice.izhnet.ru b57efe738a --{skip-}merge option added which allows the user to disable merge engine and 20 years ago
msvensson@neptunus.(none) 9301123eb3 Bug #14514 Creating table with packed key fails silently 20 years ago
tomas@poseidon.ndb.mysql.com 6ca09e8b8f Bug #12055 NDB temp tables created by ALTER TABLE are usable 21 years ago
monty@mishka.local 7398252d02 Portability fixes 21 years ago
msvensson@neptunus.(none) 4602b1809f BUG10365 Cluster handler uses non-standard error code 21 years ago
msvensson@neptunus.(none) 8771c73258 BUG#10365 Cluster handler uses non-standard error codes 21 years ago
serg@serg.mylan 6a5349028c a compiler must see '#pragma implementation' *before* 21 years ago
monty@mysql.com 29fd1f2fd9 Move USE_PRAGMA_IMPLEMENTATION to proper place 21 years ago
kent@mysql.com bd48eed988 tztime.cc: 21 years ago
msvensson@neptunus.(none) 83d430353e Add ifdefs to control when "#pragma implementation" should be used 21 years ago
msvensson@neptunus.(none) 9969e1c5ea BUG#9911 After review fixes 21 years ago
monty@mishka.local 8d919770c7 Fixed core dump with long timezone names 21 years ago
jimw@mysql.com 6632ed5ce7 Check that the default storage engine is really available, and 21 years ago
brian@zim.(none) cfcedd85cd Additional storage engine called "blackhole". Customer request, and for that matter a Zawodny request. With this you can alter table to a type of table that would never store data. Its a /dev/null for a database. 21 years ago
ingo@mysql.com 5ad151aa21 Test Bug: Memory leaks in the archive handler. 21 years ago
hf@deer.(none) 192715dbbb Fix for bug #6516 (Server crash loading spatial data) 21 years ago
mats@mysql.com 2bbdf2403d Bug#6391 (binlog-do-db rules ignored) 21 years ago
serg@serg.mylan 41c33c29a3 Bug #6748 heap_rfirst() doesn't work (and never did!) 21 years ago
guilhem@mysql.com 09da85338c no new message in 4.1 (causes merge issues with 5.0). Using ER_UNKNOW_ERROR and hardcoded message string instead. 21 years ago
monty@mysql.com 68130e428a Added possibility to detect if libmysqld is restarted 21 years ago
guilhem@mysql.com 6cd218cc56 WL#1596 "make mysqldump --master-data --single-transaction able to do online dump of InnoDB AND report reliable 21 years ago
acurtis@pcgem.rdg.cyberkinetica.com dd1cd8aa46 Bug#6031 - To drop database you have to execute DROP DATABASE command twice. 21 years ago
guilhem@mysql.com 0517e7b22d As rollback can be 30 times slower than insert in InnoDB, and user may 21 years ago
bar@mysql.com 217d83a69f Bug#6202: ENUMs are not case sensitive even if declared BINARY 21 years ago
ingo@mysql.com f32fb586c6 Fixed a typo, which prevented non-valgrind build. 21 years ago
monty@mishka.local 719c88e38f true,false -> TRUE, FALSE 21 years ago
monty@mysql.com c27d22b44e Reverted patch for new usage of open_count as it caused more problems than it solved 22 years ago
dlenev@brandersnatch.localdomain 2511990c97 Support for TIMESTAMP columns holding NULL values. Unlike all other 22 years ago
magnus@shellback.(none) 059941db21 WL#1424 Updated after review 22 years ago
magnus@neptunus.(none) 0097c6d9b2 Changed WL#1424 to use the function ha_find_files. This is a simpler implementation and all handler specific code is hidden in the appropriate handler. 22 years ago
magnus@neptunus.(none) 8abbb28f8b WL1424 Multiple MySQL Servers: SHOW TABLES etc. should detect new and delete old tables. 22 years ago
mskold@mysql.com 19a2eced82 Removed unnecessary condition 22 years ago
serg@serg.mylan 62c2f1c161 sql_print_error cleanup 22 years ago
tomas@poseidon.(none) caf79dacfe renamed ha_recovery_logging to ha_enable_transaction 22 years ago
serg@serg.mylan 326992430f check for mysql_bin_log.is_open() before my_b_tell(&thd->transaction.trans_log 22 years ago
serg@serg.mylan 949348f576 after merge fix 22 years ago
guilhem@mysql.com 5db56a106b Making FLUSH TABLES WITH READ LOCK block COMMITs of existing transactions, 22 years ago
brian@avenger.(none) 1fe8b35bba This is the addition of the CSV engine "aka tina". Its an example engine that works as a plain text file. 22 years ago
paul@ice.snake.net e2d6d838e1 handler.cc: 22 years ago
mskold@mysql.com 3f20e69c25 Fixed ndbcluster_print_error to use table name from failed NdbOperation 22 years ago
monty@mysql.com f6765146c1 Added missing root user to mysql.user on windows. (Bug #4242) 22 years ago
mskold@mysql.com 29746be6a8 Cosmetic fixes 22 years ago
guilhem@mysql.com d8fe091e28 Enabling the --innodb-safe-binlog option in code. If you wish to disable it, 22 years ago
mskold@mysql.com 075d71d546 Modified index flags and added ndbcluster_print_error 22 years ago
guilhem@mysql.com 4a82bd4732 Final part of WL#1717 "innodb/binlog consistency". This is to resolve 22 years ago