155 Commits (b39e6e3d093b45f792959ef06fea1c175263ae1a)

Author SHA1 Message Date
Michael Widenius b39e6e3d09 Added support of thd->tx_read_only 13 years ago
Michael Widenius a3bee835ee Fixed lp:970528 "Server crashes in my_strnncollsp_simple on LEFT JOIN with CSV table, TEXT field" 14 years ago
Mats Kindahl cf5e5f837a Merging into mysql-5.5.16-release. 14 years ago
Davi Arnaut e001970cc7 WL#5498: Remove dead and unused source code 16 years ago
Davi Arnaut 9a5fa17fd3 Bug#45288: pb2 returns a lot of compilation warnings on linux 16 years ago
Davi Arnaut f56dd32bf7 Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled 16 years ago
Michael Widenius f7d6a2ed65 Fixed trival bug introduced in last patch (buffer was not extended) 16 years ago
Michael Widenius 5a2f40d48a Fixes for Opensolaris (to get buildbot green) 16 years ago
unknown 20739646d7 Maria WL#61 16 years ago
Mats Kindahl 118ad60aa9 WL#5030: Split and remove mysql_priv.h 16 years ago
Mats Kindahl 23d8586dbf WL#5030: Split and remove mysql_priv.h 16 years ago
Sergey Glukhov 4b260b668d Bug#33717 INSERT...(default) fails for enum. Crashes CSV tables, loads spaces for MyISAM 16 years ago
Marc Alff 04fe40393d WL#2360 Performance schema 16 years ago
V Narayanan a5aa3b3c91 Bug#40814 CSV engine does not parse \X characters when they occur in unquoted fields 16 years ago
Konstantin Osipov 9a9e8d2311 Backport of: 16 years ago
Konstantin Osipov 9b41c7532d Backport of: 16 years ago
Konstantin Osipov df39e6ab4b Backport of: 16 years ago
Staale Smedseng 6a89842e36 Bug #43414 Parenthesis (and other) warnings compiling MySQL 16 years ago
Sergey Glukhov ae3f8c7eab compiler warning fix 17 years ago
Sergey Glukhov 47c0ec5084 Bug#41441 repair csv table crashes debug server 17 years ago
Mikael Ronstrom cc958a18dd Backport of DTrace patches from 6.0 17 years ago
Sergey Glukhov 02aaff1b34 Bug#36638 mysqld crashes when open file limit is passed and general query log enabled 18 years ago
unknown 126c1228f5 Added versioning of row data 18 years ago
unknown 8f3a0ea2c8 Bug#33067 18 years ago
unknown 0fdc16bd13 BUG#32817 - though CSV is marked as supported create table is rejected 18 years ago
unknown f3bb583c3e BUG#32050 - table logging gone wrong. 18 years ago
unknown 57600b02d0 Bug#31473 18 years ago
unknown 09a53f28a7 Fixed a lot of compiler warnings and errors detected by Forte C++ on Solaris 19 years ago
unknown 4462578a1c WL#3984 (Revise locking of mysql.general_log and mysql.slow_log) 19 years ago
unknown e4b46e7af6 Fix for bug #29253: csv table reportedly marked as crashed 19 years ago
unknown 29ca25a675 Fix for bug #29652: csv.test failure: two changes conflict after merge 19 years ago
unknown 558aeb0f0b Fix for bug #29411: deleting from a csv table leads to the table corruption 19 years ago
unknown fcdc76c289 in mysql_unlock_tables(), do thr_unlock() AFTER external_unlock(). 19 years ago
unknown b16b2683e5 Complementary fix for bug #29353: inserting a negative value to a csv table 19 years ago
unknown 2a76abce96 Fix for bug #29353: inserting a negative value to a csv table leads to the table corruption 19 years ago
unknown 0a91dbcf53 BUG#28971 - ALTER TABLE followed by UPDATE for a CSV table 19 years ago
unknown f252f9248a WL#3817: Simplify string / memory area types and make things more consistent (first part) 19 years ago
unknown 0ea47f3ed4 BUG#9953: CONVERT_TZ requires mysql.time_zone_name to be locked 19 years ago
unknown 8bd11441fd The CSV format has always relied on numbers being quoted, which doesn't always happen. This fixes that so that numbers can now be unquoted (and the output does this as well so that the log takes up less space). 19 years ago
unknown 20f0c7a65f Split out the hidden class from the ha_tina file (probably should have just deleted it...) but this is a bit better. 19 years ago
unknown ebd5aec15e Fix Bug #21328 mysqld issues warnings on ALTER CSV table to MyISAM 19 years ago
unknown 1e87cfee19 Fixed compiler warnings (Mostly VC++): 19 years ago
unknown 7d6b4a1ab0 Refactored a number of engines to have correct init/deinit. Added pass support for "data" from plugin to plugin generic init to use memory location. 19 years ago
unknown 9438b98519 Fix for Bug #17544 "Cannot do atomic log rotate", 19 years ago
unknown 76cdfbbdfe Added license information display to output of plugins schema, and tagged all plugins with GPL flag. 19 years ago
unknown 76b8386550 This patch adds handlerton passing to functions. NDB and Innodb still require a global hanlderton in the main code due to the nature of the sql_cache call back function (should be solveable... another patch). 19 years ago
unknown 48d5b3bd1f This removes the passing of global hton to engine instance. 19 years ago
unknown 057f98b326 Removed Field (this came in as an idea from a previous patch by Serg) 19 years ago
unknown 71401eacca Bug#22080 19 years ago
unknown d79485a9be This changes the order of the universe, black is now the new white. 19 years ago