85 Commits (7a02c71f77a9f4f56b53b8e9545328bbcbe9732a)

Author SHA1 Message Date
igor@olga.mysql.com 60ac1f1b78 Fixed bug #24987. 19 years ago
kent@mysql.com/kent-amd64.(none) 226a5c833f Many files: 19 years ago
stewart@willster.(none) 9d2e6b8d23 BUG#19914 SELECT COUNT(*) sometimes returns MAX_INT on cluster tables 20 years ago
gkodinov/kgeorge@macbook.gmz 9ff33b5d93 Bug #16792 query with subselect, join, and group not returning proper values 20 years ago
svoj@may.pils.ru 8b98be2844 BUG#20357 - Got error 124 from storage engine using MIN and MAX 20 years ago
igor@rurik.mysql.com 5cdd1eb62d Post-review corrections of the fix for bug #18206. 20 years ago
igor@rurik.mysql.com f1afd17821 Cleanup for the fix of bug 18206. 20 years ago
igor@rurik.mysql.com 37e049db01 Fixed bug #18206. 20 years ago
sergefp@mysql.com be0ebd9e0a Remove redundant code in opt_sum_query() 20 years ago
igor@rurik.mysql.com f485125968 Fixed bug #18237. 20 years ago
igor@rurik.mysql.com d2cfad167b Fixed bug #16016: MIN/MAX optimization was not applied to views. 20 years ago
monty@mysql.com ea6d5f9ec3 Fixed error found during review of new pushed code 20 years ago
msvensson@neptunus.(none) d55eeed8fd Merge from 4.1 to 5.0 20 years ago
timour@mysql.com 633d118d01 Fix for BUG#12882 - min/max inconsistent on empty table. 20 years ago
evgen@moonbone.local afa8187fb7 Fix bug #13218: InnoDB: using a partial-field key prefix in search 20 years ago
monty@mysql.com e18bb16ee5 Fixed wrong key length when using MIN() optimization (non fatal, but caused InnoDB to write warnings to the log file) 21 years ago
monty@mishka.local a9f6aab4c9 Fixes while reviewing new code 21 years ago
igor@linux.local 6d7862aeaf logging_ok: 21 years ago
monty@mysql.com d35140a851 First stage of table definition cache 21 years ago
monty@mysql.com 67ce247965 Add support for up to VARCHAR (size up to 65535) 21 years ago
gluh@gluh.mysql.r18.ru 321f803784 WL#1629: SHOW with WHERE(partially) & 21 years ago
igor@rurik.mysql.com cfbd2b7f7a opt_sum.cc: 21 years ago
bell@sanja.is.com.ua f797298fc5 fixed merged view fields names (BUG#5147) 21 years ago
igor@rurik.mysql.com 7777f759cb func_group.test, func_group.result: 22 years ago
timour@mysql.com e2cd3dd1ce WL#1724 "Min/Max Optimization for Queries with Group By Clause" 22 years ago
acurtis@pcgem.rdg.cyberkinetica.com bc78a46ac4 Bug#4411 22 years ago
bell@sanja.is.com.ua 9336d36cf8 VIEW 22 years ago
monty@mysql.com db7efa2780 New handler::index_flags() definition to make it easy to check the full used key and a specific key part. 22 years ago
serg@serg.mylan 08738d2847 fowwlowup fixes for index_flags() 22 years ago
serg@serg.mylan 3f1c4ba745 handler interface cleanups: 22 years ago
monty@mishka.local 314a8bf114 key_cmp -> key_cmp_if_same 22 years ago
monty@mysql.com 007d353eee Proper fix for bug with BLOB in MIN/MAX 22 years ago
Sinisa@sinisa.nasamreza.org e62b6365ce opt_sum.cc: 22 years ago
igor@rurik.mysql.com 3938ac5436 This ChangeSet Introdices Item_equal. 22 years ago
monty@mysql.com 7c6113a39f Merge key cache structures to one 22 years ago
serg@serg.mylan 8cc3951c8f key_map with more that 64 bits width 22 years ago
monty@mashka.mysql.fi 6aa8929cf3 After merge fixes 23 years ago
heikki@hundin.mysql.fi ef6f91458d sql_select.cc, opt_sum.cc: 23 years ago
monty@narttu.mysql.fi 7410b6cbdf Fix problem where key_read was not cleaned up properly, which caused assert in innodb test. 23 years ago
igor@hundin.mysql.fi 3503d4797b func_group.result: 23 years ago
igor@hundin.mysql.fi bab644a96c func_group.result, func_group.test: 23 years ago
igor@hundin.mysql.fi 726e59827a opt_sum.cc: 23 years ago
serg@serg.mysql.com 9dd13a9a4a backported MERGE+MAX bugfix from 4.0 23 years ago
monty@mashka.mysql.fi 1b9b042654 Fix problem in MIN/MAX optimisation (from last patch) 23 years ago
monty@mashka.mysql.fi e3cd63521c Fix for MIN/MAX with empty tables 23 years ago
serg@serg.mysql.com 390982aaa3 bugfix for MERGE tables and MAX(key) 23 years ago
bar@bar.mysql.r18.ru e5103ce714 Less "default_charset_info" 23 years ago
monty@hundin.mysql.fi fab1fcea8b Fixed bug in MAX() optimization when used with JOIN and ON expressions 23 years ago
monty@hundin.mysql.fi e08ed8a582 Fixed bug in MAX() optimization when used with JOIN and ON expressions 23 years ago
Sinisa@sinisa.nasamreza.org a2356e3033 My previous patch was not good at all. 24 years ago