February 2016 Archives by date
Starting: Mon Feb 1 01:02:08 EET 2016
Ending: Mon Feb 29 19:56:54 EET 2016
Messages: 108
- [Commits] 0bee150: MDEV-9502 maria.encrypt-wrong-key fails with embedded server
elenst at montyprogram.com
- [Commits] dc50a3d: Raise the version number
elenst at montyprogram.com
- [Commits] 502c62c: MDEV-9504: ANALYZE TABLE shows wrong 'rows' value for ORDER BY query
Sergei Petrunia
- [Commits] 74f15e2: MDEV-9505: Valgrind failure in SEL_ARG::store_min, find_used_partitions
Sergei Petrunia
- [Commits] 365bb0f: MDEV-9058: postreview fix
OleksandrByelkin
- [Commits] 9105765: MDEV-9117: Client Server capability negotiation for MariaDB specific functionality
OleksandrByelkin
- [Commits] 102b1a1: MDEV-9058: protocol: COM_MULTI command (part 1)
OleksandrByelkin
- [Commits] 78e1888: MDEV-9058: protocol: COM_MULTI command (part 2)
OleksandrByelkin
- [Commits] 1a1a28a: MDEV-9058: protocol: COM_MULTI command (part 3)
OleksandrByelkin
- [Commits] 9bce153: MDEV-9504: ANALYZE TABLE shows wrong 'rows' value for ORDER BY query
Sergei Petrunia
- [Commits] 603c096: MDEV-9466 : Exception handler on Windows does not output any text,
wlad at mariadb.com
- [Commits] aebb400: MDEV-9471: Server crashes or returns an error while trying to alter partitioning on a table moved from Windows to Linux
Jan Lindström
- [Commits] 73d23f8: MDEV-9471: Server crashes or returns an error while trying to alter partitioning on a table moved from Windows to Linux
Jan Lindström
- [Commits] a3d843d: Fix function visibility as it is used on row0mysql.c in Windows.
Jan Lindström
- [Commits] 82e4301: Merge branch '5.5' into bb-5.5-jan
Jan Lindström
- [Commits] 1d00d5c: Fix function visibility as it is used on row0mysql.c in Windows.
Jan Lindström
- [Commits] d8c50ce: MDEV-9462: Out of memory using explain on 2 empty tables
OleksandrByelkin
- [Commits] 33ac501: Use C++ linkage.
Jan Lindström
- [Commits] 6ecf6d8: MDEV-7827: Assertion `!table || (!table->read_set || bitmap_is_set(table->read_set, field_index))' failed in Field_long::val_str on EXPLAIN EXTENDED
OleksandrByelkin
- [Commits] 108555b: Initial implementation of RANK() window function
Sergei Petrunia
- [Commits] 11112ce: More testcases, fixed comments
Sergei Petrunia
- [Commits] 32c7f33: Fix parsing of Window Frame bounds
Sergei Petrunia
- [Commits] 8339ba4: MDEV-7122: Assertion `0' failed in subselect_hash_sj_engine::init
Vicentiu Ciorbaru
- [Commits] d443d70: MDEV-7823: Server crashes in next_depth_first_tab on nested IN clauses with SQ inside
Sergei Petrunia
- [Commits] b17a435: MDEV-6859: scalar subqueries in a comparison produced unexpected result
Sergei Petrunia
- [Commits] 9995738: MDEV-9438 backport feedback-http-proxy to 5.5 and 10.0.
Alexey Botchkov
- [Commits] ea0c3fc: MDEV-9438 backport feedback-http-proxy to 5.5 and 10.0.
Alexey Botchkov
- [Commits] f623aa6: MDEV-7765: Crash (Assertion `!table || (!table->write_set || bitmap_is_set(table->write_set, field_index) || bitmap_is_set(table->vcol_set, field_index))' fails) on using function over not created table
OleksandrByelkin
- [Commits] 841c317: MDEV-7122: Assertion `0' failed in subselect_hash_sj_engine::init
Vicentiu Ciorbaru
- [Commits] 2cfc450bf78c2d951729d1a0e8f731c0d987b1d5 This is the consolidated patch for mdev-8646: "Re-factor the code for post-join operations".
Igor Babaev
- [Commits] 3c5c04b: MDEV-7122: Assertion `0' failed in subselect_hash_sj_engine::init
Vicentiu Ciorbaru
- [Commits] 39ed5f228a038479e8e81a9eb1d327599a93d7a6 Fixed some parser problems. Changed the definition of the type Window_frame_bound::Bound_precedence_type.
Igor Babaev
- [Commits] 5094a4a: Adjusted main.contributors test result.
Sergey Vojtovich
- [Commits] f7733278fc562ede1b61f32d2e6a9417c1bd4338 Initial patch for the implementation of window functions (MDEV-6115): - All parsing problems look like resolved - Stub performing name resolution of window functions in simplest queries has been added.
Igor Babaev
- [Commits] 73d5acd648bcc9e1a45418440609258d00a9a8df Initial patch for the implementation of window functions (MDEV-6115): - All parsing problems look like resolved - Stub performing name resolution of window functions in simplest queries has been added.
Igor Babaev
- [Commits] 2c79f57: MDEV-9464 perfschema.global_read_lock fails when executed after perfschema.dml_setup_instruments
elenst at montyprogram.com
- [Commits] b4d4f604dffcf6b52ffd318e89e6f376c3f6600c Initial patch for the implementation of window functions (MDEV-6115): - All parsing problems look like resolved - Stub performing name resolution of window functions in simplest queries has been added.
Igor Babaev
- [Commits] 9d9c60fb12f7443fae9d22e716391ed75cf2b41a Initial patch for the implementation of window functions (MDEV-6115): - All parsing problems look like resolved - Stub performing name resolution of window functions in simplest queries has been added.
Igor Babaev
- [Commits] 43c49d0: Fix maria.maria test by updating test results.
Sergei Petrunia
- [Commits] cb83e6c: Fix buildbot failure
Sergei Petrunia
- [Commits] d23bd26: Merge tag 'mariadb-5.5.48' into 5.5-galera
Nirbhay Choubey
- [Commits] 14e27e3: Make the temp.table have columns for window function values.
Sergei Petrunia
- [Commits] 9a2d895: Force need_tmp to true if we have window functions.
Sergei Petrunia
- [Commits] 373cd9f: Make the temp.table have columns for window function values.
Sergei Petrunia
- [Commits] c17f1df: Moved window function computation code from JOIN::exec_inner() into
Sergei Petrunia
- [Commits] 426cd23: Window functions: moving ahead
Sergei Petrunia
- [Commits] 6399187: Added comments
Sergei Petrunia
- [Commits] 346c1a0: Got sort-and-read single-pass window function computation to work
Sergei Petrunia
- [Commits] e64b57a: More testcases. Added .result file
Sergei Petrunia
- [Commits] 30c9450: More comments
Sergei Petrunia
- [Commits] 64ab10f: Initial implementation of RANK() window function
Sergei Petrunia
- [Commits] a9ed132: More testcases, fixed comments
Sergei Petrunia
- [Commits] 089b65f: Make debug output more readable
OleksandrByelkin
- [Commits] 016f44b: MDEV-6704: Wrong result (extra rows) on 2nd execution of PS with exists_to_in, MERGE view
OleksandrByelkin
- [Commits] f75fd13: Post-merge fixes. win.test passes but further cleanup is needed.
Sergei Petrunia
- [Commits] d8a20d4: Post-merge fixes. win.test passes but further cleanup is needed.
Sergei Petrunia
- [Commits] 970307f: Cleanup: remove JOIN::table_access_tabs, top_table_access_tabs_count.
Sergei Petrunia
- [Commits] 687a51f: Forgot to add sql_select.cc to the previous commit
Sergei Petrunia
- [Commits] c30119a: Testcase fix and code cleanup for window functions
Sergei Petrunia
- [Commits] 0225962: Update global_suppressions for galera suite to include new warning.
Nirbhay Choubey
- [Commits] 645461a: test.
Jan Lindström
- [Commits] 3042d65: MDEV-9577: sys_vars.ignore_db_dirs_basic fails under Valgrind
Nirbhay Choubey
- [Commits] 3f1aacc: MDEV-9526: Compute Aggregate functions as window functions
Sergei Petrunia
- [Commits] be15858: MDEV-9526: Compute Aggregate functions as window functions
Sergei Petrunia
- [Commits] f340aaeb52916d028a41ed771dfbbdd9dc4c3f88 Addressed the issues raised in the review for the main patch of mdev-8789. Fixed a bug in TABLE_LIST::print. Fixed another bug for the case when the definition of a WITH table contained column list while the join in the main query used two instances of this table.
Igor Babaev
- [Commits] fd8e846: MDEV-9564 - added s390x to lib64 INSTALL_LIBDIR handling
Sergey Vojtovich
- [Commits] 1de168b: MDEV-9489:Assertion `0' failed in Protocol::end_statement() on UNION ALL
OleksandrByelkin
- [Commits] b367215: MDEV-9307 - provide info about DATA/INDEX directory in INFORMATION_SCHEMA.TABLES (in CREATE_OPTIONS column)
wlad at mariadb.com
- [Commits] 95215f9: MDEV-9529 - do not install sql script to BINDIR
wlad at mariadb.com
- [Commits] 7743e91: MDEV-9833 - fix mysql_config --libs for weird cases, where mysqlclient link dependencies contain flags instead of libraries (like -pthread rather than -lpthread)
wlad at mariadb.com
- [Commits] debdd99: MDEV-9560 Mariadb 10.1 Crashes when replicating from 10.0
serg at mariadb.org
- [Commits] 0c6d753708dfe07607ab6879b4832fe6ec5ddefb Fixed a problems in the parser. Resolved window names. Checked some constraints for window frames. Added test cases for window name resolution.
Igor Babaev
- [Commits] a518b12: MDEV-5313 merge audit api changes from 5.5.34.
Alexey Botchkov
- [Commits] b6124cd: MDEV-8989: ORDER BY optimizer ignores equality propagation
Sergei Petrunia
- [Commits] c2e3db9: MDEV-9487: Server crashes in Time_and_counter_tracker::incr_loops with UNION in ALL subquery
OleksandrByelkin
- [Commits] 56e84fa: fixed result
OleksandrByelkin
- [Commits] b1ddc7d: MDEV-9487: Server crashes in Time_and_counter_tracker::incr_loops with UNION in ALL subquery
OleksandrByelkin
- [Commits] c20979b: MDEV-9601 Build client plugins, also for the cmake client-only build
wlad at mariadb.com
- [Commits] b128f26: Fix build : change MYSQL_ADD_PLUGIN to be MACRO again, rather than FUNCTION
wlad at mariadb.com
- [Commits] f2988ac: MDEV-9606 Server crashes in fix_fields, main.null fails with ps-protocol #2
serg at mariadb.org
- [Commits] 59e1aaa: MDEV-7331 - information_schema.user_variables
Sergey Vojtovich
- [Commits] c397cb7: MDEV-8988: Apparently valid SQL query gives wrong result (nested WHERE)
Sergei Petrunia
- [Commits] a849d1b: MDEV-9488 - Table cache cleanups
Sergei Golubchik
- [Commits] 01897db: Skip galera_sync_wait_show.test on non-debug builds.
Nirbhay Choubey
- [Commits] 0251232: Fix to ensure updates in gtid_slave_state table do not get binlogged.
Nirbhay Choubey
- [Commits] 21f534f: MDEV-7331 - information_schema.user_variables
Sergey Vojtovich
- [Commits] 9058071: MDEV-9362: InnoDB tables using DATA_DIRECTORY created using MySQL 5.6 do not work with MariaDB 10.1
Jan Lindström
- [Commits] 2bfe913: Fix bunch of compiler warnings on Windows.
Jan Lindström
- [Commits] 911800e: MDEV-3944: Allow derived tables in VIEWS (part 1: select)
OleksandrByelkin
- [Commits] e7d50ef: MDEV-7907 tokudb.cluster_filter_unpack_varchar_hidden fails sporadically in buildbot
elenst at montyprogram.com
- [Commits] d290a66: MDEV-9634: Window function produces incorrect value
Sergei Petrunia
- [Commits] c29e450: MDEV-4070 sys_vars.secure_file_priv fails sporadically if it's executed with --mem
elenst at montyprogram.com
- [Commits] 3184dad: MDEV-9598: Donor's rsync SST script hangs if FTWRL fails
Nirbhay Choubey
- [Commits] 40b9bca: MDEV-9598: Donor's rsync SST script hangs if FTWRL fails
Nirbhay Choubey
- [Commits] 37dd848: Fix another bunch of compiler warnings on Windows.
Jan Lindström
- [Commits] b97e45f: Fixed main.null failure in embedded
Sergey Vojtovich
- [Commits] 804fb40: Fixed plugins.feedback_plugin_send failure
Sergey Vojtovich
- [Commits] 4b3296a: Fix one type mistake and more compiler warnings on Windows.
Jan Lindström
- [Commits] 66c107d: MDEV-8713 Add continuous binary log backup to mysqlbinlog.
Alexey Botchkov
- [Commits] ed99046: Fixed change_user and func_misc in embedded
Sergey Vojtovich
- [Commits] d30ae14: Fixed compilarion failure on 32bit systems
Sergey Vojtovich
- [Commits] d144549: Fixed log_tables and mysqlbinlog_row_minimal tests
Sergey Vojtovich
- [Commits] 4104408: Re-factoring in window cursors code split Frame_unbounded
Sergei Petrunia
- [Commits] ab44e89: MDEV-9652: EXPLAIN FORMAT=JSON should show outer_ref_cond
Sergei Petrunia
- [Commits] 53fe0d4: Fix yet more compiler warnings on Windows.
Jan Lindström
- [Commits] 609d276: finish with non-updatable derived
OleksandrByelkin
- [Commits] 181d97d: MDEV-3944: Allow derived tables in VIEWS (part 1: select)
OleksandrByelkin
- [Commits] a6c0c01: MDEV-3944: Allow derived tables in VIEWS
OleksandrByelkin
Last message date:
Mon Feb 29 19:56:54 EET 2016
Archived on: Mon Feb 29 19:57:04 EET 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).