- 03 Dec, 2014 2 commits
-
-
Jan Lindström authored
-
Jan Lindström authored
-
- 02 Dec, 2014 4 commits
-
-
Jan Lindström authored
Problem was that temporal buffers allocated for page compression are not initialized and rest of the page that is actually writen was als not initialized after previous usage.
-
Oleksandr Byelkin authored
Decision about algorihtm moved on prepare phase. Made possible to add mpore password algorithms.
-
Oleksandr Byelkin authored
Change constant with a system variable.
-
Sergei Petrunia authored
-
- 01 Dec, 2014 14 commits
-
-
Sergei Petrunia authored
-
Sergei Petrunia authored
-
Sergei Petrunia authored
-
Sergei Petrunia authored
-
Sergei Petrunia authored
Add support for semi-join strategies: FirstMatch, DuplicateWeedout, LooseScan.
-
Sergei Petrunia authored
If we didn't do it, SJ-Materialization table would appear to EXPLAIN JSON code as having different keyparts than it actually has. This caused unpredictable content in "used_key_parts"
-
Sergei Petrunia authored
-
Sergei Petrunia authored
- Do set nest_level and nest_level_base for fake_select_lex objects.
-
Sergei Petrunia authored
- Switch Explain data structure from "flat" representation of SJ-Materialization into nested one. - Update functions that print tabular output to operate on the nested structure. - Add function to generate JSON output.
-
Sergei Golubchik authored
local function variable was overwriting the global one. also remove unused variable expansion.
-
Sergei Golubchik authored
control scripts (mysqld_safe for example) want to know whether a recovery was successful or not. total silence is too suspicious to be trusted.
-
Sergei Golubchik authored
-
Sergei Golubchik authored
MDEV-7188 main.signal_demo3 and sys_vars.max_sp_recursion_depth_func fail in biuldbot on labrador with Thread stack overrun reduce stack requirememnts for CALL by just a little bit
-
Nirbhay Choubey authored
Added Rows_affected to slow query log & mysql.slow_log table.
-
- 30 Nov, 2014 4 commits
-
-
Sergei Golubchik authored
(just like in the test below)
-
Sergei Golubchik authored
-
Nirbhay Choubey authored
Updated MDL_context's lock methods to accept double precision lock_wait_timeout.
-
Nirbhay Choubey authored
Fixed the condition to make sure mysqld process terminates when started with wsrep-recover.
-
- 29 Nov, 2014 3 commits
-
-
Sergei Golubchik authored
-
Sergei Petrunia authored
-
Sergei Petrunia authored
- Print r_loops - Always print r_* members. Print NULL values if no scans took place - Added testcases.
-
- 28 Nov, 2014 3 commits
-
-
Sergei Petrunia authored
-
Sergei Petrunia authored
-
Sergei Petrunia authored
-
- 27 Nov, 2014 5 commits
-
-
Sergei Petrunia authored
-
Alexey Botchkov authored
Missing GIS functions added: IsRing() PointOnSurface PointOnSurface Relate Distance Intersection ConvexHull Other old OpenGis standard inconsistencies fixed.
-
Sergei Petrunia authored
- Basic support for JOIN buffering - The output is not polished but catches the main point: tab->select_cond and tab->cache_select->cond are printed separately. - Hash join support is poor still. - Also fixed identation in JOIN_TAB::save_explain_data
-
Jan Lindström authored
MDEV-7228: innodb.innodb-page_compression_tables, innodb.innodb-page_compression_zip, innodb.innodb_stats_create_on_corrupted fail with embedded server Problem is that tests restart the server and "shutdown_server" looks for pid file # which is not there with embedded mode. Fix tests so that they are not run with embedded mode.
-
Sergei Petrunia authored
Writing JSON: - Fix a bug in Single_line_formatting_helper - Add Json_writer_nesting_guard - safety class EXPLAIN JSON support - Add basic subquery support - Add tests for UNION/UNION ALL.
-
- 26 Nov, 2014 2 commits
-
-
Sergei Petrunia authored
-
Alexander Barkov authored
-
- 25 Nov, 2014 1 commit
-
-
Jan Lindström authored
Problem was that test tried to calculate number of pages on buffer pool and operations done to them. This is not realible way on buildbot.
-
- 24 Nov, 2014 2 commits
-
-
Jan Lindström authored
Problem is that there is additional error message from function that is not really needed now.
-
Jan Lindström authored
Problem is that test could open Microsoft C++ Client Debugger windows with abort exceptin. Lets not try to test this on windows.
-