1473 Commits (2a16e7674b9462586ef883e5678b21c87ca5f045)

Author SHA1 Message Date
Michael Widenius c36bdf1c88 Speedup: 14 years ago
Sergey Petrunya d028d986a9 BUG#952297: Server crashes on 2nd execution of PS in Field::is_null with semijoin+materialization 14 years ago
Michael Widenius e4e85cd2ef Fixed lp:925377 "Querying myisam table metadata while 'alter table..enable keys' is running may corrupt the table" 14 years ago
Michael Widenius 2b625ac3e0 Fixed lp:933719, "Assertion open_tables == 0 ... " in THD::restore_backup_open_tables_state. 14 years ago
unknown 764eeeee74 Fix for LP BUG#910123 MariaDB 5.3.3 causes 1093 error on Drupal 14 years ago
unknown 79a04a2c9c Moving LP BUG#794005 to 5.3 + fixing INSERT of multi-table view. 14 years ago
Igor Babaev 40c42468bc Fixed LP bug #806057. 14 years ago
Michael Widenius 1485874619 Rewrite IGNORE handling: 14 years ago
Michael Widenius 692fcba403 Fixed compiler warnings and other bugs found by buildbot. 14 years ago
Sergei Golubchik e79847d16a after merge fixes 14 years ago
Igor Babaev 3c496ea9ad Fixed LP bug #892725. 14 years ago
unknown 1d721d0106 Fix MySQL BUG#12329653 14 years ago
Michael Widenius 22e793639a Added new options to KILL. New syntax is KILL [HARD|SOFT] [CONNECTION|QUERY] [ID | USER user_name] 14 years ago
Sergey Petrunya f0323a40d8 BUG#849763: Wrong result with second execution of prepared statement with semijoin + view 14 years ago
Michael Widenius 8fb10c24d7 Fixed that automatic killing of delayed insert thread (in flush, alter table etc) will not abort auto-repair of MyISAM table. 14 years ago
Michael Widenius 31c8c95bb2 Added logging of all errors from my_read/my_write/my_pread/my_pwrite/my_open & my_malloc to mysqld error log if one sets log-warning to 10 or 11 14 years ago
Sergey Petrunya 945a595aa3 BUG#834534: Assertion `0' failed in replace_where_subcondition with semijoin subquery in HAVING 14 years ago
Sergey Vojtovich a8ee6e48f7 BUG#11763712 - 56458: KILLING A FLUSH TABLE FOR A MERGE/CHILD 14 years ago
Igor Babaev 249a10c7dd Fixed LP bug #825035. 14 years ago
Sergey Glukhov 3468b55a21 Bug#11766594 59736: SELECT DISTINCT.. INCORRECT RESULT WITH DETERMINISTIC FUNCTION IN WHERE C 15 years ago
unknown 99cce18955 Fixed LP BUG#800696. 15 years ago
Igor Babaev 47aee19827 Fixed LP bug #793386. 15 years ago
Kent Boortz 44135d4725 Updated/added copyright headers 15 years ago
Michael Widenius ba9a890f0c New status variables: Rows_tmp_read, Handler_tmp_update and Handler_tmp_write 15 years ago
Igor Babaev d6b0767c8c Fixed a valgrind problem. 15 years ago
Igor Babaev 56eb6d7e69 Fixed LP bug #794890. 15 years ago
Michael Widenius 7e04f7c8fb Fixed that SHOW COLUMNS for a virtual persistent column shows 'PERSISTENT' instead of 'VIRTUAL' 15 years ago
Oleksandr Byelkin dd3b27834c Fix of privilege problem in views and PS 15 years ago
Sergey Petrunya 4efe046352 Update pbxt suite test results 15 years ago
Sergey Petrunya ded7342daa - Update test results (trivial) 15 years ago
Sergey Petrunya 6f17421c27 Buildbot fixes: 15 years ago
Sergey Petrunya 77c4c4d8ea post-merge fixes: get MWL#90 code to work with MWL#89's 15 years ago
Guilhem Bichot 12c42b980a Fix for BUG#11755168 '46895: test "outfile_loaddata" fails (reproducible)'. 15 years ago
Michael Widenius 5ab92b1f85 Adding support for Dynamic columns (WL#34): 15 years ago
Michael Widenius 1ee94dc2f7 Fixed all BUILD scripts to use g++ instead of gcc for linking 15 years ago
Michael Widenius 6f20e3a385 Fixed problem that fill_record() allocated memory for every call. This could be a problem when doing big unions as memory could be filled up. 15 years ago
Sergey Petrunya dc937fb53b MWL#90: Address review feedback part #16 15 years ago
Jon Olav Hauglid 4e26a41f3e Bug# 11763784 (former 56541) 15 years ago
Sergey Petrunya 809a805251 MWL#90: Address review feedback part #4 15 years ago
Michael Widenius ff3da0f963 Change TABLE->alias to String for less memory reallocation 15 years ago
Sergey Petrunya e7aa18fb9c Code cleanup (1) 15 years ago
Sergey Petrunya f93b0bbebb MWL#90: subquery optimizations 15 years ago
Karen Langford de3c4428b8 Updating header copyright/README in source for 2011 15 years ago
unknown e2bd1ee9df Fix of LP bug#706884: fill_record should be used for only one table (no need list). 15 years ago
unknown 481cd2dbf1 Fix of problem with WHERE/HAVING consist of alone outer reference field by wrapping it. 15 years ago
Jan Wedvik 0a7cfad080 Fix for bug#58553, "Queries with pushed conditions causes 'explain extended' 15 years ago
Michael Widenius e63b5546c5 Implementation of MWL#172: Add support for prepared statements to HANDLER READ 15 years ago
Kent Boortz 85323eda8a - Added/updated copyright headers 15 years ago
Alexander Nozdrin 1bd81f6b81 Patch for Bug#57952 (privilege change is not taken into account by EXECUTE). 15 years ago
Michael Widenius 7c56b08216 Added TRASH() to table->record[0] to find out if we access not initialzed data. 15 years ago