- 27 Jul, 2012 1 commit
-
-
Sergey Petrunya authored
-
- 25 Jul, 2012 3 commits
-
-
Sergey Petrunya authored
-
Sergey Petrunya authored
- Make Item_subselect::fix_fields() ignore UNCACHEABLE_EXPLAIN flag when deciding whether the subquery item should be marked as constant.
-
Sergey Petrunya authored
MDEV-412: SHOW EXPLAIN: Server crashes in JOIN::print_explain on a query with inner join and ORDER BY the same column twice - JOIN::print_explain should print pre_sort_join_tab instead of "first non-constant table". The code didn't take the "non-constant" part into account.
-
- 24 Jul, 2012 2 commits
-
-
unknown authored
-
Sergey Petrunya authored
- Fix I_S table definition for EXPLAIN output.
-
- 23 Jul, 2012 1 commit
-
-
Vladislav Vaintroub authored
Fix : use attribute %config(noreplace) for /etc/my.cnf , instead of (automatically generated) %config
-
- 19 Jul, 2012 4 commits
-
-
Sergey Petrunya authored
- Correct the way SHOW EXPLAIN code calculates 'need_order' parameter for JOIN::print_explain(). The calculation is still an approximation (see MDEV entry for details) (even EXPLAIN itself is wrong in certain cases), but now it's a better approximation than before.
-
Sergey Petrunya authored
-
-
Axel Schwenke authored
-
- 18 Jul, 2012 4 commits
-
-
Sergey Petrunya authored
-
Sergey Petrunya authored
-
Sergey Petrunya authored
-
Sergey Petrunya authored
- index_merge/intersection is unable to work on GIS indexes, because: 1. index scans have no Rowid-Ordered-Retrieval property 2. When one does an index-only read over a GIS index, they do not get the index tuple, because index only contains bounding box of the geometry. This is why key_copy() call crashed. This patch fixes #1, which makes the problem go away. Theoretically, it would be nice to check #2, too, but SE API semantics is not sufficiently precise to do it.
-
- 17 Jul, 2012 2 commits
-
-
Sergey Petrunya authored
Address feedback from the second code review: - Make SHOW EXPLAIN code convert the query string before pushing it as a warning text.
-
Sergey Petrunya authored
- Address feedback from the second code review.
-
- 16 Jul, 2012 4 commits
-
-
unknown authored
-
Elena Stepanova authored
-
Elena Stepanova authored
-
Elena Stepanova authored
-
- 13 Jul, 2012 1 commit
-
-
unknown authored
Now partition engine adds underlying tables to the QC and ask underlying tables engine permittion to cache the query and return result of the query. Incorrect QC cleanup in case of table registration failure fixe. Unified interface for myisammrg & partitioned engnes for QC.
-
- 12 Jul, 2012 1 commit
-
-
Vladislav Vaintroub authored
MDEV-393. Remove --loose-pbxt=OFF/loose-skip-pbxt from bootstrapper calls to avoid "unknown parameter" warning
-
- 11 Jul, 2012 4 commits
-
-
Sergei Golubchik authored
fix incorrect merge
-
Sergey Petrunya authored
-
Sergey Petrunya authored
-
Sergey Petrunya authored
- Make THD::check_killed() an inline function which makes calls to non-inline functions only whern there are APC requests to be served.
-
- 10 Jul, 2012 2 commits
-
-
Sergey Petrunya authored
- switch SHOW EXPLAIN to using an INFORMATION_SCHEMA table.
-
Michael Widenius authored
Fixed MDEV-385: mysqltest running with continue-on-error crashes on a non-SQL command producing an error client/mysqltest.cc: Added missing DBUG_VOID_RETURN
-
- 07 Jul, 2012 1 commit
-
-
Sergey Petrunya authored
-
- 05 Jul, 2012 5 commits
-
-
Sergey Petrunya authored
-
Sergey Petrunya authored
-
Sergey Petrunya authored
- Make SHOW EXPLAIN command be KILLable with KILL QUERY.
-
Sergey Petrunya authored
-
unknown authored
Thanks to Ivoz for pointing this out.
-
- 04 Jul, 2012 1 commit
-
-
Sergey Petrunya authored
- Let QUICK_RANGE_SELECT::init_ror_merged_scan() call quick->reset() only after we've set the column read bitmaps.
-
- 30 Jun, 2012 2 commits
-
-
Sergey Petrunya authored
-
Sergey Petrunya authored
- Better comments - Make unittest compile on Windows
-
- 29 Jun, 2012 1 commit
-
-
Sergey Petrunya authored
- Fix the year in Monty Program Ab copyrights in the new files. - Fix permissions handling so that SHOW EXPLAIN's handling is the same as SHOW PROCESSLIST's.
-
- 28 Jun, 2012 1 commit
-
-
Sergey Petrunya authored
my_apc-t.cc: make it compile on Windows.
-