summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Adding an Olivier's changeset:Alexander Barkov2013-01-222-7/+13
* Merge 10.0-base -> 10.0.Igor Babaev2013-01-1037-168/+4189
|\
| * Merge 5.5-mwl248 -> 10.0-baseIgor Babaev2013-01-0815-228/+378
| |\
| | * Merge 5.5 -> mwl248Igor Babaev2013-01-0811-46/+139
| | |\
| | | * MDEV-3945 - do not hold LOCK_thread_count when freeing THD.Vladislav Vaintroub2012-12-214-22/+16
| | | * MDEV-3899 Valgrind warnings (blocks are definitely lost) in filesort on IN s...unknown2012-12-201-2/+2
| | | * Fixed the CREATE TABLE IF EXIST generates warnings instead of errorsMichael Widenius2012-12-173-18/+47
| | | * MDEV-3818: Query against view over IS tables worse than equivalent query with...unknown2012-12-171-3/+3
| | | * Remember original table row pack type for ALTER TABLE if table is not copied.Michael Widenius2012-12-161-2/+13
| | | * Removed lock wait timeout warning when using CREATE TABLE IF EXISTSMichael Widenius2012-12-161-0/+1
| | | * Implemented MDEV-3941: CREATE TABLE xxx IF NOT EXISTS should not block if tab...Michael Widenius2012-12-163-14/+72
| | * | Fixed bug mdev-3979.Igor Babaev2013-01-085-182/+239
| * | | Merge mdev539->10.0-base.Igor Babaev2012-12-204-6/+8
| |\ \ \
| | * | | The patch for the task mdev-539.Igor Babaev2012-12-204-6/+8
| * | | | Merge mwl248->10.0-base.Igor Babaev2012-12-1929-115/+3982
| |\ \ \ \
| | * \ \ \ Merge maria-5.5-mwl248 -> 10.0-base.Igor Babaev2012-12-1629-115/+3981
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Merge 5.5 -> mwl248Igor Babaev2012-12-142-0/+16
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | * | | Addressed all remaining issues from the review of the patchIgor Babaev2012-12-1316-45/+112
| | | * | | Fixed bug mdev-3891.Igor Babaev2012-12-123-107/+68
| | | * | | Addressed the following issue from the review of the patch forIgor Babaev2012-12-091-0/+2
| | | * | | Addressed the following issue from the review of the patch forIgor Babaev2012-12-083-13/+88
| | | * | | Addressed the following issues from the review of the patch:Igor Babaev2012-12-054-2/+15
| | | * | | Changed the names of the system tables for statistical data:Igor Babaev2012-12-052-81/+82
| | | * | | Merge 5.5->mwl248Igor Babaev2012-12-0422-145/+398
| | | |\ \ \
| | | * | | | Fixed bug mdev-3866.Igor Babaev2012-11-191-1/+3
| | | * | | | Merge 5.5 -> 5.5-mwl248.Igor Babaev2012-11-0229-114/+3870
| | | |\ \ \ \
| | | | * | | | Fixed bug mdev-518.Igor Babaev2012-09-111-3/+5
| | | | * | | | Fixed bug mdev-485.Igor Babaev2012-09-102-10/+43
| | | | * | | | Merge 5.5 -> mwl248Igor Babaev2012-09-0818-152/+221
| | | | |\ \ \ \
| | | | * | | | | Part 2 of the fix for bug mdev-504.Igor Babaev2012-09-083-8/+6
| | | | * | | | | Fixed bug mdev-504.Igor Babaev2012-09-083-32/+136
| | | | * | | | | Fixed bug mdev-503.Igor Babaev2012-09-011-1/+13
| | | | * | | | | Merge 5.5->5.5-mwl248.Igor Babaev2012-08-2951-481/+664
| | | | |\ \ \ \ \
| | | | * | | | | | Fixed bug mdev-487.Igor Babaev2012-08-271-6/+30
| | | | * | | | | | Fixed bug mdev-473.Igor Babaev2012-08-231-4/+0
| | | | * | | | | | Fixed bug mdev-463.Igor Babaev2012-08-201-0/+11
| | | | * | | | | | Fixed the following problem: the syntax of the ANALYZE command did notIgor Babaev2012-08-181-9/+16
| | | | * | | | | | Made the process of collecting persistent statistics killable.Igor Babaev2012-08-182-4/+12
| | | | * | | | | | Fixed bug mdev-464.Igor Babaev2012-08-171-2/+0
| | | | * | | | | | Merge 5.5->5.5-mwl248Igor Babaev2012-08-1433-116/+503
| | | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ \ Merge 5.5 -> 5.5-mwl248.Igor Babaev2012-07-3010-94/+260
| | | | |\ \ \ \ \ \ \
| | | | * | | | | | | | Fixed errors in the calls of the macros my_atomic_rwlock_wrlock, my_atomic_rw...Igor Babaev2012-07-301-2/+2
| | | | * | | | | | | | Added missing declaration of statistics_lock.Igor Babaev2012-07-272-8/+9
| | | | * | | | | | | | Performed re-factoring and re-structuring of the code for mwl#248:Igor Babaev2012-07-2612-427/+820
| | | | * | | | | | | | Added procedures to delete records by keys from statistical tables.Igor Babaev2012-07-106-125/+987
| | | | * | | | | | | | Merge 5.5 -> 5.5-mwl248.Igor Babaev2012-06-2652-223/+1020
| | | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | | Changed the type of all double columns in the system statistical tablesIgor Babaev2012-06-255-60/+110
| | | | * | | | | | | | | Removed the server option --stat-tables.Igor Babaev2012-06-027-35/+21
| | | | * | | | | | | | | Fixed a buildbot failure with a testcase from statistics.testIgor Babaev2012-06-011-1/+1
| | | | * | | | | | | | | MergeIgor Babaev2012-06-0129-92/+360
| | | | |\ \ \ \ \ \ \ \ \