summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.0' into 10.1Sergei Golubchik2016-03-211-4/+4
|\
| * Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-041-4/+4
* | MDEV-9701: CREATE VIEW with GROUP BY or ORDER BY and constant produces invali...Oleksandr Byelkin2016-03-181-1/+5
* | MDEV-5542: GROUP_CONCAT truncate output to 65.536 chars when using DISTINCT o...Oleksandr Byelkin2016-03-011-47/+13
* | MDEV-8988: Apparently valid SQL query gives wrong result (nested WHERE)mariadb-10.1.12Sergei Petrunia2016-02-241-1/+1
* | Merge branch '10.0' into 10.1Sergei Golubchik2016-02-231-2/+25
|\ \ | |/
| * Merge branch '5.5' into 10.0Sergei Golubchik2016-02-151-1/+24
| |\
| | * MDEV-7122: Assertion `0' failed in subselect_hash_sj_engine::initVicențiu Ciorbaru2016-02-101-13/+0
| | * MDEV-7122: Assertion `0' failed in subselect_hash_sj_engine::initVicențiu Ciorbaru2016-02-091-0/+25
| | * Merge branch 'bb-5.5-serg' into 5.5Sergei Golubchik2016-02-091-1/+1
| | |\
| | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-02-091-1/+1
| | | |\
| | | | * Bug#19941403: FATAL_SIGNAL(SIG 6) IN BUILD_EQUAL_ITEMS_FOR_COND | IN SQL/SQL_...Chaithra Gopalareddy2015-11-201-2/+17
| | * | | MDEV-6859: scalar subqueries in a comparison produced unexpected resultSergei Petrunia2016-02-091-0/+11
| | |/ /
| * | | MDEV-9390 Function found_rows() gives incorrect result where the previous SEL...Sergei Golubchik2016-02-151-1/+1
* | | | MDEV-9504: ANALYZE TABLE shows wrong 'rows' value for ORDER BY querySergei Petrunia2016-02-031-4/+2
* | | | MDEV-9504: ANALYZE TABLE shows wrong 'rows' value for ORDER BY querySergei Petrunia2016-02-011-2/+4
* | | | MDEV-9457: Poor query plan chosen for ORDER BY query by a recent 10.1Sergei Petrunia2016-01-241-5/+16
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2015-12-211-12/+13
|\ \ \ \ | |/ / /
| * | | after-merge fix partitioning testsSergei Golubchik2015-12-151-0/+1
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2015-12-131-6/+11
| |\ \ \ | | |/ /
| | * | revert 5e9a50efc37c233f1e2a3616f8bcb36315aba4c2Sergei Golubchik2015-12-111-3/+1
| | * | revert 415faa122b9c683661dafac82fff414fa6864151Sergei Golubchik2015-12-111-11/+0
| | * | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2015-12-091-7/+25
| | |\ \ | | | |/
| | | * Bug #22023218: MYSQL 5.5: MAIN.FULLTEXT HAS VALGRIND ISSUES.Sreeharsha Ramanavarapu2015-11-031-10/+26
| | | * Bug #19434916: FATAL_SIGNAL IN ADD_KEY_EQUAL_FIELDS() WITHSreeharsha Ramanavarapu2015-10-011-0/+12
| * | | MDEV-7215 EXPLAIN REPLACE produces an error: Column count doesn't match value...Oleksandr Byelkin2015-12-101-5/+0
| * | | Fix a typo bug in table_multi_eq_cond_selectivity(). It causes compilerSergei Petrunia2015-11-251-1/+1
| * | | Fixed compiler warningsMonty2015-11-231-1/+1
* | | | Fix a typo (this is not a user-visible bug as currently there areSergei Petrunia2015-11-251-1/+1
* | | | Merge branch '10.1' into bb-10.1-sergSergei Golubchik2015-11-201-1/+1
|\ \ \ \
| * | | | Fixed compile warnings on SolarisMonty2015-11-201-1/+1
* | | | | Merge branch '10.0' into 10.1Sergei Golubchik2015-11-191-0/+6
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2015-11-181-0/+6
| |\ \ \ | | |/ /
| | * | DEV-8632 Segmentation fault on INSERTOleksandr Byelkin2015-11-091-0/+6
* | | | compiler warning (no return in non-void function)Sergei Golubchik2015-11-161-2/+1
* | | | Change stage_copying_to_tmp_table to stage_creating_tmp_table like in MySQL.Monty2015-11-101-1/+1
* | | | Don't store vcol bitmaps in TABLE if table doesn't have virtual fields.Monty2015-11-101-9/+10
* | | | MDEV-9021: MYSQLD SEGFAULTS WHEN BUILT USING --WITH-MAX-INDEXES=128Nirbhay Choubey2015-11-091-17/+22
* | | | MDEV-7949: Item_field::used_tables() takes 0.29% in OLTP ROOleksandr Byelkin2015-10-291-8/+13
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2015-10-121-0/+5
|\ \ \ \ | |/ / /
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2015-10-091-0/+5
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2015-10-081-0/+5
| | |\ \ | | | |/
| | | * Merge branch 'mysql-5.1' into mysql-5.5Ajo Robert2015-08-071-0/+1
| | | |\
| | | | * Bug #20760261 mysqld crashed in materialized_cursor::Ajo Robert2015-08-071-0/+1
| | | * | Merge branch 'mysql-5.1' into mysql-5.5Mithun C Y2015-08-041-0/+5
| | | |\ \ | | | | |/
| | | | * Bug #21096444: MYSQL IS TRYING TO PERFORM A CONSISTENT READ BUT THE READ VIEW...Mithun C Y2015-08-041-0/+5
| | | | * Bug #20730220 : BACKPORT BUG#19880368 TO 5.1Chaithra Gopalareddy2015-03-231-0/+11
| | | | * Bug #20730129: BACKPORT BUG#19612819 TO 5.1Chaithra Gopalareddy2015-03-231-10/+25
| | | | * Bug #16119355: PREPARED STATEMENT: READ OF FREED MEMORY WITHChaithra Gopalareddy2013-05-231-40/+64
| | | | * Bug#16119355:PREPARED STATEMENT: READ OF FREED MEMORY WITH STRING CONVERSION ...Chaithra Gopalareddy2013-05-101-64/+40