summaryrefslogtreecommitdiff
path: root/sql/mysqld.cc
Commit message (Expand)AuthorAgeFilesLines
* Counters for Index Condition Pushdown added (MDEV-130).unknown2012-02-161-0/+2
* Made mrr related counters temporarily invisible until we agree upon their nam...Igor Babaev2012-02-031-0/+3
* Merge 5.2->5.3 in preparation for the release of mariadb-5.3.4-rc.Igor Babaev2012-02-011-4/+0
|\
| * Fix embedded/windows tests- move COND_manager and LOCK_manager to sql_manager...Vladislav Vaintroub2012-01-021-4/+0
* | sort status variables alphabetically in mysqld.ccSergei Golubchik2012-01-311-2/+2
* | Sort counters by name (will this make them show in the same order on all plat...Sergey Petrunya2012-01-261-5/+5
* | Add MRR counters: Handler_mrr_init, Handler_mrr_extra_rowid_sorts, Sergey Petrunya2012-01-231-0/+3
* | Added Handler_read_rnd_deleted, number of deleted rows found with ha_read_rnd...Michael Widenius2012-01-131-0/+1
* | Made join_cache_level == 2 by default.Igor Babaev2011-12-151-1/+1
* | Made the optimizer switch flags 'outer_join_with_cache', 'semijoin_with_cache'Igor Babaev2011-12-151-2/+2
* | Rewrite IGNORE handling:Michael Widenius2011-12-111-31/+15
* | Merge with 5.2.Michael Widenius2011-12-111-15/+42
|\ \ | |/
| * Merge with MariaDB 5.1Michael Widenius2011-11-241-15/+42
| |\
| | * Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-15/+42
| | |\
| | | * Manual merge from mysql-5.0.Alexander Nozdrin2011-07-221-7/+4
| | | |\
| | | | * For for Bug#12696072: FIX OUTDATED COPYRIGHT NOTICES IN RUNTIME RELATED CLIENTAlexander Nozdrin2011-07-221-6/+4
| | | | * Merge from mysql-5.0.94-releaseSunanda Menon2011-07-061-3/+75
| | | | |\
| | | | | * Addendum 3 for bug #BUG#11764517 : expand secure_file_priv to the realGeorgi Kodinov2011-05-051-3/+17
| | | * | | Merge from mysql-5.1.58-releaseKaren Langford2011-07-061-2/+18
| | | |\ \ \
| | | | * \ \ merge of mysql-5.1->mysql-5.1-securityGeorgi Kodinov2011-06-061-7/+18
| | | | |\ \ \
| | | | * \ \ \ Merged 5.0-security->5.1-securityGeorgi Kodinov2011-05-041-2/+18
| | | | |\ \ \ \ | | | | | | |_|/ | | | | | |/| |
| | | | | * | | Bug #11764517: 57359: POSSIBLE TO CIRCUMVENT SECURE_FILE_PRIV Georgi Kodinov2011-04-281-0/+58
| | | * | | | | Updated/added copyright headersKent Boortz2011-07-031-8/+54
| | | |\ \ \ \ \
| | | | * | | | | Bug #12589928: MEMORY LEAK WHEN RUNNING SYS_VARS.SECURE_FILE_PRIVGeorgi Kodinov2011-06-071-0/+1
| | | | | |_|/ / | | | | |/| | |
| | | | * | | | Bug #11749418: 38965: TEST CASES GIS-RTREE, TYPE_FLOAT, TYPE_NEWDECIMAL Georgi Kodinov2011-06-061-7/+12
| | | | * | | | BUG#12574820: binlog.binlog_tmp_table timing out in daily and weekly trunk runSven Sandberg2011-05-261-0/+6
| | | | |/ / /
| | | * | | | Updated/added copyright headersKent Boortz2011-06-301-2/+3
| | | |\ \ \ \ | | | | | |_|/ | | | | |/| |
| | | | * | | Updated/added copyright headersKent Boortz2011-06-301-2/+2
| | | | | |/ | | | | |/|
* | | | | | Set new default values for the optimizer switch flags 'derived_merge'Igor Babaev2011-11-261-2/+2
* | | | | | Merge enabling materialization=on by default.unknown2011-11-211-1/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge enabling of materialization=on by default with main tree.unknown2011-11-211-1/+1
| |\ \ \ \ \ \
| | * | | | | | Enable subquery materialization=ON by default.unknown2011-11-091-1/+1
* | | | | | | | Corrected the patch that made the optimizer switch for index condition pushdownIgor Babaev2011-11-211-1/+1
* | | | | | | | Corrected the fix for bug 891052.Igor Babaev2011-11-171-2/+2
|/ / / / / / /
* | | | | | | Fixed LP bug #891052.Igor Babaev2011-11-171-1/+4
|/ / / / / /
* | | | | | Fixed that test doesn't abort if 'var' points to a deleted directory (common ...Michael Widenius2011-11-041-9/+11
* | | | | | rename binlog_dbug_fsync_sleep -> debug_binlog_fsync_sleepSergei Golubchik2011-11-031-1/+7
* | | | | | Change the default @@optimizer_switch settings:Sergey Petrunya2011-11-021-3/+3
* | | | | | - Let t/myisam_icp.test run include/icp_tests.inc with MRR/ICP turned ON (not...Sergey Petrunya2011-10-281-1/+1
* | | | | | Fixed lp:879939 "assertion in ha_maria::enable_indexes with derived_with_keys...Michael Widenius2011-10-261-0/+9
* | | | | | merge 5.2Vladislav Vaintroub2011-10-191-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fixed wrong info message for mysqld --general-logMichael Widenius2011-10-161-2/+2
* | | | | | Remove extra MariaDB- from binary tar.gz file nameMichael Widenius2011-10-161-0/+2
* | | | | | In crash handler, output session value of the optimizer switch.Vladislav Vaintroub2011-10-141-2/+10
* | | | | | Mergeunknown2011-10-101-1/+1
|\ \ \ \ \ \
| * | | | | | Making subquery cache on by default.unknown2011-10-051-1/+1
* | | | | | | Automatic merge with 5.2Michael Widenius2011-10-051-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /
| * | | | | Automatic merge with 5.1Michael Widenius2011-10-051-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fix for issue found in buildbot where mysqld.*.err files was missingMichael Widenius2011-10-051-1/+1
* | | | | | Automatic mergeMichael Widenius2011-09-261-17/+24
|\ \ \ \ \ \