Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change.
os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520, MDEV-6934)
Add an option to disable deadlock checking in InnoDB (jan: I do not see reason for this feature)
Change the default value for innodb_log_compressed_pages to false (jan 10.1, MDEV-6935)
Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123, MDEV-6933)
Fix compilation errors on osx (serg: fix errors as they appear in MariaDB)
Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB)
Fix mysqld--help-notwin-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to)
Modernize bison usage to work with bison3 (svoj: MDEV-4902)
Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it)
Add JUnit reporting support to the MySQL test suite runner (serg: fb specific)
Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB)
Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988, MDEV-6931)
Enable Lazy Flushing (MDEV-6932)
Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#62534, MDEV-6930)
Super Read-Only (serg: looks fb specific)
Port v5.1 Prefix Index Queries Optimization (MDEV-6929)
Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet, jan: not really needed)
Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it)
Add trx pointer to struct mtr_t (MDEV-6928)
Share more structures (MDEV-6927)
Disable PerfSchema By Default (MDEV-6249)
Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream, jan: no action needed)
Add basic suite of innodb stress tests (serg: no reason to add it)
Protect against writing to nullptr in net_write_buff (svoj: should not affect MariaDB)
Fix a bug with unsigned arithmetic (svoj: should not affect MariaDB)
Stop spawning dummy threads on client library initialization (fixed in 10.0.13)
Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2)
Correct error in lower_case_table_names conditional (MDEV-5850)
Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems)
Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB)
Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13)
Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to)
Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB)
Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1)
Disable massive myisam test in debug mode (serg: no reason to disable it)
Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems)
Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability)
Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test)
Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it)
Bump the ram our tests use (serg: no reason to bump up the ram)
Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB)
Remove bad "" operators (MDEV-6925)
Fix errors detected by ASan at runtime (MDEV-6329)
Fix errors detected by ASan at compile time (MDEV-6314)
Actually fix all the array bounds warnings (gcc BUG#61520)
Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB)
Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB)
Adjust linking flags to not embed some libs (svoj: MariaDB is not affected)
Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB)
Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better)
Switch to C++11 and C99 (serg: we want to support reasonably old compilers)
Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184)
Remove extra files from distro tarball (svoj: we don't have these files)
Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific)
Imported mysql-5.6.17
Imported mysql-5.6.16
Imported mysql-5.6.15
Imported mysql-5.6.14
Imported mysql-5.6.13
Imported mysql-5.6.12
Imported mysql-5.6.11
Imported mysql-5.6.10
Imported mysql-5.6.9-rc
Imported mysql-5.6.8-rc
Imported mysql-5.6.7-rc
Imported mysql-5.6.6-m9
Imported mysql-5.6.5-m8
Imported mysql-5.6.4-m7
Attachments
Issue Links
- includes
-
MDEV-6925 Remove bad "" operators
-
- Closed
-
-
MDEV-6926 innodb_rows_updated is misleading on slave
-
- Closed
-
-
MDEV-6927 Share more structures
-
- Closed
-
-
MDEV-6928 Add trx pointer to struct mtr_t
-
- Closed
-
-
MDEV-6929 Port Facebook Prefix Index Queries Optimization
-
- Closed
-
-
MDEV-6930 Make innodb_max_dirty_pages_pct my.cnf variable a double
-
- Closed
-
-
MDEV-6931 Page cleaner should do LRU flushing regardless of server activity
-
- Closed
-
-
MDEV-6932 Enable Lazy Flushing
-
- Closed
-
-
MDEV-6933 Spurious lock_wait_timeout_thread wakeup in lock_wait_suspend_thread()
-
- Closed
-
-
MDEV-6934 os_event_wait_time_low(): wait time calculation is messed up
-
- Closed
-
-
MDEV-6935 Change the default value for innodb_log_compressed_pages to false
-
- Closed
-
-
MDEV-6936 Buffer pool list scan optimization
-
- Closed
-
-
MDEV-6937 buf_flush_LRU() does not return correct number in case of compressed pages
-
- Closed
-
- is blocked by
-
MDEV-6351 --plugin=force has no effect for built-in plugins
-
- Closed
-
- relates to
-
MDEV-6249 mark P_S STABLE and disable it by default
-
- Closed
-
-
MDEV-6314 Compile/run MariaDB with ASan
-
- Closed
-
-
MDEV-6329 Buffer overrun in find_uniq_filename
-
- Closed
-
- links to
Activity
Field | Original Value | New Value |
---|---|---|
Remote Link | This issue links to "WebScaleSQL (Web Link)" [ 16103 ] |
Priority | Major [ 3 ] | Critical [ 2 ] |
Assignee | Sergey Vojtovich [ svoj ] |
Remote Link | This issue links to "List of WebScaleSQL commits at GitHub (Web Link)" [ 16900 ] |
Description | Someone need to look at WebScaleSQL patches and see whether we want to port them to MariaDB |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB. {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix compilation errors on osx{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix mysqld--help-notwin-profiling output for 5.6.17 (svoj: relates to mysqld--help change){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: partially in MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Super Read-Only{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (svoj: ask serg){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (svoj: ask serg){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (svoj: ask serg){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Bump the ram our tests use (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (svoj: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (svoj: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (svoj: check if there is a real bug){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (svoj: some hunks may be interesting){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (svoj: some hunks may be interesting){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: ask serg){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Enable linking with system libraries (svoj: ask serg, MariaDB should prefer system libraries){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (svoj: ask serg){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB. {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix compilation errors on osx{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix mysqld--help-notwin-profiling output for 5.6.17 (svoj: relates to mysqld--help change){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: partially in MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Super Read-Only{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (svoj: ask serg){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (svoj: ask serg){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (svoj: ask serg){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Bump the ram our tests use (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (svoj: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (svoj: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (svoj: check if there is a real bug){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (svoj: some hunks may be interesting){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (svoj: some hunks may be interesting){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: ask serg){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Enable linking with system libraries (svoj: ask serg, MariaDB should prefer system libraries){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (svoj: ask serg){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB. {panel:bgColor=#0fo|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix compilation errors on osx{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix mysqld--help-notwin-profiling output for 5.6.17 (svoj: relates to mysqld--help change){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: partially in MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Super Read-Only{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (svoj: ask serg){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (svoj: ask serg){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (svoj: ask serg){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Bump the ram our tests use (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (svoj: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (svoj: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (svoj: check if there is a real bug){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (svoj: some hunks may be interesting){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (svoj: some hunks may be interesting){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: ask serg){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Enable linking with system libraries (svoj: ask serg, MariaDB should prefer system libraries){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (svoj: ask serg){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB. {panel:bgColor=#0fo|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix compilation errors on osx{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix mysqld--help-notwin-profiling output for 5.6.17 (svoj: relates to mysqld--help change){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: partially in MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Super Read-Only{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (svoj: ask serg){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (svoj: ask serg){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (svoj: ask serg){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Bump the ram our tests use (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (svoj: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (svoj: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (svoj: check if there is a real bug){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (svoj: some hunks may be interesting){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (svoj: some hunks may be interesting){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: ask serg){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Enable linking with system libraries (svoj: ask serg, MariaDB should prefer system libraries){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (svoj: ask serg){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB. {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix compilation errors on osx{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix mysqld--help-notwin-profiling output for 5.6.17 (svoj: relates to mysqld--help change){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: partially in MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Super Read-Only{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (svoj: ask serg){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (svoj: ask serg){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (svoj: ask serg){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Bump the ram our tests use (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (svoj: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (svoj: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (svoj: check if there is a real bug){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (svoj: some hunks may be interesting){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (svoj: some hunks may be interesting){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: ask serg){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Enable linking with system libraries (svoj: ask serg, MariaDB should prefer system libraries){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (svoj: ask serg){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB. {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix compilation errors on osx{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix mysqld--help-notwin-profiling output for 5.6.17 (svoj: relates to mysqld--help change){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: partially in MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Super Read-Only{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (svoj: ask serg){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (svoj: ask serg){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (svoj: ask serg){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Bump the ram our tests use (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (svoj: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (svoj: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (svoj: check if there is a real bug){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (svoj: some hunks may be interesting){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (svoj: some hunks may be interesting){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: ask serg){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Enable linking with system libraries (svoj: ask serg, MariaDB should prefer system libraries){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (svoj: ask serg){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB. {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix compilation errors on osx{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix mysqld--help-notwin-profiling output for 5.6.17 (svoj: relates to mysqld--help change){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: partially in MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Super Read-Only{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (svoj: ask serg){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (svoj: ask serg){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (svoj: ask serg){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Bump the ram our tests use (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (svoj: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (svoj: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (svoj: check if there is a real bug){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (svoj: some hunks may be interesting){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (svoj: some hunks may be interesting){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: ask serg){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Enable linking with system libraries (svoj: ask serg, MariaDB should prefer system libraries){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (svoj: ask serg){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB. {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix compilation errors on osx{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix mysqld--help-notwin-profiling output for 5.6.17 (svoj: relates to mysqld--help change){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: partially in MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Super Read-Only{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (svoj: ask serg){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (svoj: ask serg){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (svoj: ask serg){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Bump the ram our tests use (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (svoj: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (svoj: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (svoj: check if there is a real bug){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (svoj: some hunks may be interesting){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (svoj: some hunks may be interesting){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: ask serg){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Enable linking with system libraries (svoj: ask serg, MariaDB should prefer system libraries){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (svoj: ask serg){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB. {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix compilation errors on osx{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix mysqld--help-notwin-profiling output for 5.6.17 (svoj: relates to mysqld--help change){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: partially in MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Super Read-Only{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (svoj: ask serg){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (svoj: ask serg){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (svoj: ask serg){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Bump the ram our tests use (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (svoj: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (svoj: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (svoj: check if there is a real bug){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (svoj: some hunks may be interesting){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (svoj: some hunks may be interesting){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: ask serg){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Enable linking with system libraries (svoj: ask serg, MariaDB should prefer system libraries){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (svoj: ask serg){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB. {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix compilation errors on osx{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix mysqld--help-notwin-profiling output for 5.6.17 (svoj: relates to mysqld--help change){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: partially in MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Super Read-Only{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (svoj: ask serg){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (svoj: ask serg){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (svoj: ask serg){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Bump the ram our tests use (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (svoj: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (svoj: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (svoj: check if there is a real bug){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (svoj: some hunks may be interesting){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (svoj: some hunks may be interesting){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: ask serg){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Enable linking with system libraries (svoj: ask serg, MariaDB should prefer system libraries){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (svoj: ask serg){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB. {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix compilation errors on osx{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (svoj: relates to mysqld--help change){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: partially in MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Super Read-Only{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (svoj: ask serg){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (svoj: ask serg){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (svoj: ask serg){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Bump the ram our tests use (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (svoj: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (svoj: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (svoj: check if there is a real bug){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (svoj: some hunks may be interesting){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (svoj: some hunks may be interesting){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: ask serg){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Enable linking with system libraries (svoj: ask serg, MariaDB should prefer system libraries){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (svoj: ask serg){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB. {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix compilation errors on osx{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (svoj: relates to mysqld--help change){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: partially in MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Super Read-Only{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (svoj: ask serg){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (svoj: ask serg){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (svoj: ask serg){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Bump the ram our tests use (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (svoj: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (svoj: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (svoj: check if there is a real bug){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (svoj: some hunks may be interesting){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (svoj: some hunks may be interesting){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: ask serg){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Enable linking with system libraries (svoj: ask serg, MariaDB should prefer system libraries){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (svoj: ask serg){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB. {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix compilation errors on osx{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (svoj: relates to mysqld--help change){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: partially in MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Super Read-Only{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (svoj: ask serg){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (serg: check why MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (svoj/serg: check if there is a real bug){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs{panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB. {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix compilation errors on osx{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (svoj: relates to mysqld--help change){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: partially in MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Super Read-Only{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (svoj: ask serg){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (svoj: ask serg){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (serg: check why MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (svoj/serg: check if there is a real bug){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs{panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB. {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: partially in MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Super Read-Only{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (serg: like){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: functionality bug fix){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (serg: should work, review){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (serg: check why MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (svoj/serg: check if there is a real bug){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs{panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB. {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: partially in MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Super Read-Only{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (serg: like){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: functionality bug fix){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (serg: should work, review){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (serg: check why MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (svoj/serg: check if there is a real bug){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs{panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB. {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: partially in MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Super Read-Only{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: no user visible change){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (serg: like){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: functionality bug fix){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (serg: should work, review){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (serg: check why MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (svoj/serg: check if there is a real bug){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs{panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB. {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: partially in MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Super Read-Only{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: no user visible change){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (serg: like){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: functionality bug fix){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (serg: should work, review){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (serg: check why MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (svoj/serg: check if there is a real bug){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs{panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: partially in MariaDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Super Read-Only{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: no user visible change){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (serg: like){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: functionality bug fix){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (serg: should work, review){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (serg: check why MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (svoj/serg: check if there is a real bug){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs{panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: partially in MariaDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Super Read-Only{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: no user visible change){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (serg: like){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: functionality bug fix){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (serg: should work, review){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (serg: check why MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (svoj/serg: check if there is a real bug){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs{panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Super Read-Only{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: no user visible change){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (serg: like){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: functionality bug fix){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (serg: should work, review){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (serg: check why MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (svoj/serg: check if there is a real bug){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs{panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Super Read-Only{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: no user visible change){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (serg: like){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: functionality bug fix){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (serg: should work, review){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (serg: check why MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (svoj/serg: check if there is a real bug){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs{panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (serg: like){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: functionality bug fix){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (serg: should work, review){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (serg: check why MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (svoj/serg: check if there is a real bug){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs{panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Priority | Critical [ 2 ] | Major [ 3 ] |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (serg: like){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: functionality bug fix){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (serg: should work, review){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (serg: check why MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (svoj/serg: check if there is a real bug){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs{panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (serg: like){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (serg: should work, review){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (serg: check why MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (svoj/serg: check if there is a real bug){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs{panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (serg: like){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (serg: should work, review){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (serg: check why MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (svoj/serg: check if there is a real bug){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs{panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f00|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (serg: like){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (serg: should work, review){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (serg: check why MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (svoj/serg: check if there is a real bug){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs{panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Remote Link | This issue links to "A technical WebScaleSQL review and comparison with Percona Server (Web Link)" [ 17300 ] |
Assignee | Sergey Vojtovich [ svoj ] |
Assignee | Sergey Vojtovich [ svoj ] |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (serg: like){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (serg: should work, review){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (serg: check why MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (svoj/serg: check if there is a real bug){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs{panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (serg: should work, review){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (serg: check why MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (svoj/serg: check if there is a real bug){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#000|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: in discussion){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (serg: should work, review){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (serg: check why MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (svoj/serg: check if there is a real bug){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#000|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: in discussion){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (serg: should work, review){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (serg: check why MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (svoj/serg: check if there is a real bug){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: in discussion){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (serg: should work, review){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (serg: check why MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (svoj/serg: check if there is a real bug){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: in discussion){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (serg: should work, review){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (serg: check why MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (svoj/serg: check if there is a real bug){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: in discussion){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (serg: should work, review){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (serg: check why MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (svoj/serg: not merge, but run asan against MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (svoj/serg: check if there is a real bug){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: in discussion){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (serg: should work, review){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (serg: check why MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (svoj/serg: check if there is a real bug){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: in discussion){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Workflow | defaullt [ 38407 ] | MariaDB v2 [ 43149 ] |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (serg: should work, review){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (serg: check why MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (svoj/serg: check if there is a real bug){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: in discussion){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (serg: should work, review){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (serg: check why MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (svoj/serg: check if there is a real bug){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Remote Link | This issue links to "gcc BUG#61520 (Web Link)" [ 17805 ] |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (serg: should work, review){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (serg: check why MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (svoj/serg: check if there is a real bug){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (serg: should work, review){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (serg: check why MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (serg: should work, review){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (serg: check why MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (serg: should work, review){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Status | Open [ 1 ] | In Progress [ 3 ] |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (serg: should work, review){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (svoj: that's a bug){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (serg: should work, review){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (serg: should work, review){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: functionality bug fix){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (svoj: functionality bug fix){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Fix Version/s | 10.1 [ 16100 ] | |
Fix Version/s | 10.1.0 [ 12200 ] |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: functionality bug fix){panel} {panel:bgColor=#fff|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: functionality bug fix){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: should not affect MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: should not affect MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Assignee | Sergey Vojtovich [ svoj ] | Jan Lindström [ jplindst ] |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: should not affect MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: should not affect MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Remove bad "" operators{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: should not affect MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: should not affect MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Remove bad "" operators ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: should not affect MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: should not affect MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Remove bad "" operators ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: should not affect MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: should not affect MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: should not affect MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: should not affect MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: should not affect MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: should not affect MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures (svoj: no user visible change){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: should not affect MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: should not affect MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: should not affect MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: should not affect MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: should not affect MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: should not affect MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#0F0|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: should not affect MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: should not affect MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#0F0|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: should not affect MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: should not affect MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#0F0|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet, jan: not really needed){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: should not affect MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: should not affect MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#0F0|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet, jan: not really needed){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: should not affect MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: should not affect MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#62534, {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#0F0|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet, jan: not really needed){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: should not affect MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: should not affect MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#62534, {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#70500 and bug#71988) {panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#0F0|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet, jan: not really needed){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: should not affect MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: should not affect MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988, {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (an: This is for upstream bug#62534, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#0F0|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet, jan: not really needed){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: should not affect MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: should not affect MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988, {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (an: This is for upstream bug#62534, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#0F0|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet, jan: not really needed){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: should not affect MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: should not affect MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988, {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (an: This is for upstream bug#62534, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#0F0|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet, jan: not really needed){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: should not affect MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: should not affect MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988, {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Enable Lazy Flushing{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (an: This is for upstream bug#62534, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#0F0|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet, jan: not really needed){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: should not affect MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: should not affect MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988, {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Enable Lazy Flushing ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#62534, {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet, jan: not really needed){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: should not affect MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: should not affect MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988, {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Enable Lazy Flushing ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#62534, {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet, jan: not really needed){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: should not affect MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: should not affect MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988, {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Enable Lazy Flushing ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#62534, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet, jan: not really needed){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: should not affect MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: should not affect MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988, {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Enable Lazy Flushing ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#62534, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet, jan: not really needed){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: should not affect MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: should not affect MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB (jan: I do not see reason for this feature){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988, {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Enable Lazy Flushing ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#62534, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet, jan: not really needed){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: should not affect MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: should not affect MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB (jan: I do not see reason for this feature){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988, {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Enable Lazy Flushing ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#62534, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet, jan: not really needed){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: should not affect MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: should not affect MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB (jan: I do not see reason for this feature){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988, {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Enable Lazy Flushing ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#62534, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet, jan: not really needed){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: should not affect MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: should not affect MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB (jan: I do not see reason for this feature){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988, {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Enable Lazy Flushing ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#62534, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet, jan: not really needed){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: should not affect MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: should not affect MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB (jan: I do not see reason for this feature){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988, {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Enable Lazy Flushing ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#62534, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet, jan: not really needed){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: should not affect MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: should not affect MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB (jan: I do not see reason for this feature){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988, {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Enable Lazy Flushing ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#62534, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet, jan: not really needed){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: should not affect MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: should not affect MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB (jan: I do not see reason for this feature){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false (jan 10.1, {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988, {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Enable Lazy Flushing ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#62534, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet, jan: not really needed){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: should not affect MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: should not affect MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB (jan: I do not see reason for this feature){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false (jan 10.1, {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization{panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988, {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Enable Lazy Flushing ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#62534, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet, jan: not really needed){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: should not affect MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: should not affect MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB (jan: I do not see reason for this feature){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false (jan 10.1, {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization (jan 10.1: {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988, {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Enable Lazy Flushing ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#62534, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet, jan: not really needed){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: should not affect MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: should not affect MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB (jan: I do not see reason for this feature){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false (jan 10.1, {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization (jan 10.1: {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988, {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Enable Lazy Flushing ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#62534, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet, jan: not really needed){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: should not affect MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: should not affect MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB (jan: I do not see reason for this feature){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false (jan 10.1, {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization (jan 10.1: {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988, {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Enable Lazy Flushing ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#62534, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet, jan: not really needed){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: should not affect MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: should not affect MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Description |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB (jan: I do not see reason for this feature){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false (jan 10.1, {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization (jan 10.1: {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988, {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Enable Lazy Flushing ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#62534, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet, jan: not really needed){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#99f|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: should not affect MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: should not affect MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
As of 2014-05-08 there are 69 revisions. Legend: white: not decided, red: not applicable or declined, green: accepted, yellow: already in MariaDB, blue: InnoDB only change. {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}os_event_wait_time_low(): wait time calculation is messed up (Jan: This is a fix for upstream bug#72520, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add an option to disable deadlock checking in InnoDB (jan: I do not see reason for this feature){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false (jan 10.1, {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix compilation errors on osx (serg: fix errors as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize two new tests in MySQL-5.6.17 (serg: fix test as they fail in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix mysqld\-\-help\-notwin\-profiling output for 5.6.17 (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Modernize bison usage to work with bison3 (svoj: {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Support millisecond timeouts for reads, writes, and connects (serg: no reason to have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add JUnit reporting support to the MySQL test suite runner (serg: fb specific){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Support for NUMA interleave policy (svoj: non-InnoDB part is in MariaDB, innodb_buffer_pool_populate is in XtraDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Buffer pool list scan optimization (jan 10.1: {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Page cleaner should do LRU flushing regardless of server activity (Jan: This is for upstream bug#70500 and bug#71988, {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Enable Lazy Flushing ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Made innodb_max_dirty_pages_pct my.cnf variable a double (Jan: This is for upstream bug#62534, {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Super Read-Only (serg: looks fb specific){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Port v5.1 Prefix Index Queries Optimization ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic atomic_stats type (svoj: yet used only by "Port v5.1 Prefix Index Queries Optimization", serg: we can't use C++11 yet, jan: not really needed){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow semisync plugins to link statically and do that by default (serg: MariaDB should have it){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Add trx pointer to struct mtr_t ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Avoid unnecessary buf_flush_list() in startup code path (svoj: fixed in upstream, jan: no action needed){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add basic suite of innodb stress tests (serg: no reason to add it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Protect against writing to nullptr in net_write_buff (svoj: should not affect MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix a bug with unsigned arithmetic (svoj: should not affect MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Stop spawning dummy threads on client library initialization (fixed in 10.0.13){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Preserve CLIENT_REMEMBER_OPTIONS flag for compressed connections (svoj: this flag is ignored since rev.2502.531.2){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't require internal values, that should change, to not change (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Stabilize SHOW PROCESSLIST tests (serg: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Use single quotes for perl paths, in case of special symbols (fixed in 10.0.13){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Split mysqld--help-notwin into tests with and without profiling (serg: we'll fix it using rdiff if we'll ever need to){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Limit a test with hard-coded values to 16k page size (svoj: correct the problem as it appears in MariaDB){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Allow more time to restart in tests in 5.6 (svoj: see rev.2502.15.1){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Disable massive myisam test in debug mode (serg: no reason to disable it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Don't test for internal jibba-jabba (serg: leave as is to avoid merge problems){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Fix "parts" suite tests (serg: patch reopens previously fixed vulnerability){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Mark one test as requiring profiling support (svoj: MariaDB doesn't have this test){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove hard-coded aio disable from mtr (svoj: MariaDB doesn't have it){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Bump the ram our tests use (serg: no reason to bump up the ram){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Update valgrind suppression for gcc 4.8.1 / glibc 2.17 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime ( {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time ( {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Actually fix all the array bounds warnings (gcc BUG#61520){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct upstream warnings from calls to fwrite() (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Correct basic warnings from official MySQL-5.6 (serg: correct warnings as they appear in MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Adjust linking flags to not embed some libs (svoj: MariaDB is not affected){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Fix Oracle's disabling of libreadline (svoj: readline should work with MariaDB){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Enable linking with system libraries (serg: actually disables bundled libraries, MariaDB behaves better){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Switch to C++11 and C99 (serg: we want to support reasonably old compilers){panel} {panel:bgColor=#ff0|borderStyle=solid|borderColor=#000}Remove -DWITH_DEBUG from cmake setup (svoj: removed by rev.3184){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Remove extra files from distro tarball (svoj: we don't have these files){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Add public phabricator config and testing support for WebScaleSQL (svoj: fb specific){panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.17{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.16{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.15{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.14{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.13{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.12{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.11{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.10{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.9-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.8-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.7-rc{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.6-m9{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.5-m8{panel} {panel:bgColor=#f99|borderStyle=solid|borderColor=#000}Imported mysql-5.6.4-m7{panel} |
Assignee | Jan Lindström [ jplindst ] | Sergey Vojtovich [ svoj ] |
Component/s | OTHER [ 10125 ] | |
Fix Version/s | 10.1.2 [ 15801 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | MariaDB v2 [ 43149 ] | MariaDB v3 [ 62209 ] |
Workflow | MariaDB v3 [ 62209 ] | MariaDB v4 [ 132306 ] |