Details

    • Task
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 10.1.2
    • OTHER
    • 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)

      Buffer pool list scan optimization (jan 10.1: MDEV-6936, upstream bug #71411: MDEV-6937)

      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

          Activity

            serg Sergei Golubchik created issue -
            serg Sergei Golubchik made changes -
            Field Original Value New Value
            serg Sergei Golubchik made changes -
            Priority Major [ 3 ] Critical [ 2 ]
            serg Sergei Golubchik made changes -
            Assignee Sergey Vojtovich [ svoj ]
            svoj Sergey Vojtovich made changes -
            svoj Sergey Vojtovich made changes -
            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: MDEV-4902){panel}
            {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}
            jplindst Jan Lindström (Inactive) made changes -
            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: MDEV-4902){panel}
            {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: MDEV-4902){panel}
            {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}
            jplindst Jan Lindström (Inactive) made changes -
            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: MDEV-4902){panel}
            {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: MDEV-4902){panel}
            {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}
            jplindst Jan Lindström (Inactive) made changes -
            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: MDEV-4902){panel}
            {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: MDEV-4902){panel}
            {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}
            jplindst Jan Lindström (Inactive) made changes -
            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: MDEV-4902){panel}
            {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: MDEV-4902){panel}
            {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}
            serg Sergei Golubchik made changes -
            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: MDEV-4902){panel}
            {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: MDEV-4902){panel}
            {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}
            svoj Sergey Vojtovich made changes -
            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: MDEV-4902){panel}
            {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: MDEV-4902){panel}
            {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}
            svoj Sergey Vojtovich made changes -
            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: MDEV-4902){panel}
            {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: MDEV-4902){panel}
            {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}
            svoj Sergey Vojtovich made changes -
            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: MDEV-4902){panel}
            {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: MDEV-4902){panel}
            {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}
            svoj Sergey Vojtovich made changes -
            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: MDEV-4902){panel}
            {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: MDEV-4902){panel}
            {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}
            svoj Sergey Vojtovich made changes -
            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: MDEV-4902){panel}
            {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: MDEV-4902){panel}
            {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}
            svoj Sergey Vojtovich made changes -
            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: MDEV-4902){panel}
            {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: MDEV-4902){panel}
            {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}
            dbart Daniel Bartholomew made changes -
            Priority Critical [ 2 ] Major [ 3 ]
            svoj Sergey Vojtovich made changes -
            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: MDEV-4902){panel}
            {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: MDEV-4902){panel}
            {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}
            svoj Sergey Vojtovich made changes -
            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: MDEV-4902){panel}
            {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: MDEV-4902){panel}
            {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}
            svoj Sergey Vojtovich made changes -
            svoj Sergey Vojtovich made changes -
            Assignee Sergey Vojtovich [ svoj ]
            svoj Sergey Vojtovich made changes -
            Assignee Sergey Vojtovich [ svoj ]
            svoj Sergey Vojtovich made changes -
            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: MDEV-4902){panel}
            {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: MDEV-4902){panel}
            {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 (MDEV-6249){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=#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}
            svoj Sergey Vojtovich made changes -
            svoj Sergey Vojtovich made changes -
            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: MDEV-4902){panel}
            {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 (MDEV-6249){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=#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: MDEV-4902){panel}
            {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 (MDEV-6249){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=#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}
            svoj Sergey Vojtovich made changes -
            svoj Sergey Vojtovich made changes -
            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: MDEV-4902){panel}
            {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 (MDEV-6249){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=#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: MDEV-4902){panel}
            {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 (MDEV-6249){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=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){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}
            svoj Sergey Vojtovich made changes -
            svoj Sergey Vojtovich made changes -
            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: MDEV-4902){panel}
            {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 (MDEV-6249){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=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){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: MDEV-4902){panel}
            {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 (MDEV-6249){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=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){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}
            serg Sergei Golubchik made changes -
            Workflow defaullt [ 38407 ] MariaDB v2 [ 43149 ]
            svoj Sergey Vojtovich made changes -
            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: MDEV-4902){panel}
            {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 (MDEV-6249){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=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){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: MDEV-4902){panel}
            {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 (MDEV-6249){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=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){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=#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}
            svoj Sergey Vojtovich made changes -
            svoj Sergey Vojtovich made changes -
            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: MDEV-4902){panel}
            {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 (MDEV-6249){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=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){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=#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: MDEV-4902){panel}
            {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 (MDEV-6249){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=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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}
            svoj Sergey Vojtovich made changes -
            svoj Sergey Vojtovich made changes -
            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: MDEV-4902){panel}
            {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 (MDEV-6249){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=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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: MDEV-4902){panel}
            {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 (MDEV-6249){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=#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 (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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}
            svoj Sergey Vojtovich made changes -
            Status Open [ 1 ] In Progress [ 3 ]
            svoj Sergey Vojtovich made changes -
            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: MDEV-4902){panel}
            {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 (MDEV-6249){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=#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 (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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: MDEV-4902){panel}
            {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 (MDEV-6249){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 (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 (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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}
            svoj Sergey Vojtovich made changes -
            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: MDEV-4902){panel}
            {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 (MDEV-6249){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 (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 (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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: MDEV-4902){panel}
            {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 (MDEV-6249){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=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (MDEV-5850){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 (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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}
            svoj Sergey Vojtovich made changes -
            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: MDEV-4902){panel}
            {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 (MDEV-6249){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=#ff0|borderStyle=solid|borderColor=#000}Correct error in lower_case_table_names conditional (MDEV-5850){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 (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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: MDEV-4902){panel}
            {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 (MDEV-6249){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=#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 (MDEV-5850){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 (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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}
            svoj Sergey Vojtovich made changes -
            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: MDEV-4902){panel}
            {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 (MDEV-6249){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=#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 (MDEV-5850){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 (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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: MDEV-4902){panel}
            {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 (MDEV-6249){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 (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 (MDEV-5850){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 (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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}
            serg Sergei Golubchik made changes -
            Fix Version/s 10.1 [ 16100 ]
            Fix Version/s 10.1.0 [ 12200 ]
            svoj Sergey Vojtovich made changes -
            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: MDEV-4902){panel}
            {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 (MDEV-6249){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 (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 (MDEV-5850){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 (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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: MDEV-4902){panel}
            {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 (MDEV-6249){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=#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 (MDEV-5850){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 (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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}
            svoj Sergey Vojtovich made changes -
            Assignee Sergey Vojtovich [ svoj ] Jan Lindström [ jplindst ]
            jplindst Jan Lindström (Inactive) made changes -
            jplindst Jan Lindström (Inactive) made changes -
            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: MDEV-4902){panel}
            {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 (MDEV-6249){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=#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 (MDEV-5850){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 (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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: MDEV-4902){panel}
            {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 (MDEV-6249){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=#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 (MDEV-5850){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 (MDEV-6925) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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}
            jplindst Jan Lindström (Inactive) made changes -
            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: MDEV-4902){panel}
            {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 (MDEV-6249){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=#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 (MDEV-5850){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 (MDEV-6925) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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: MDEV-4902){panel}
            {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 (MDEV-6249){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=#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 (MDEV-5850){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=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators (MDEV-6925) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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}
            jplindst Jan Lindström (Inactive) made changes -
            jplindst Jan Lindström (Inactive) made changes -
            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: MDEV-4902){panel}
            {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 (MDEV-6249){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=#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 (MDEV-5850){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=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators (MDEV-6925) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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: MDEV-4902){panel}
            {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 (MDEV-6249){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=#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 (MDEV-5850){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=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators (MDEV-6925) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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}
            jplindst Jan Lindström (Inactive) made changes -
            jplindst Jan Lindström (Inactive) made changes -
            jplindst Jan Lindström (Inactive) made changes -
            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: MDEV-4902){panel}
            {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 (MDEV-6249){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=#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 (MDEV-5850){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=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators (MDEV-6925) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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: MDEV-4902){panel}
            {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 (MDEV-6928){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures (MDEV-6927){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (MDEV-6249){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=#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 (MDEV-5850){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=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators (MDEV-6925) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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}
            jplindst Jan Lindström (Inactive) made changes -
            jplindst Jan Lindström (Inactive) made changes -
            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: MDEV-4902){panel}
            {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 (MDEV-6928){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures (MDEV-6927){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (MDEV-6249){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=#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 (MDEV-5850){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=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators (MDEV-6925) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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: MDEV-4902){panel}
            {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 (MDEV-6929) {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 (MDEV-6928){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures (MDEV-6927){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (MDEV-6249){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=#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 (MDEV-5850){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=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators (MDEV-6925) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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}
            jplindst Jan Lindström (Inactive) made changes -
            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: MDEV-4902){panel}
            {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 (MDEV-6929) {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 (MDEV-6928){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures (MDEV-6927){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (MDEV-6249){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=#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 (MDEV-5850){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=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators (MDEV-6925) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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: MDEV-4902){panel}
            {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 (MDEV-6929) {panel}
            {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 (MDEV-6928){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures (MDEV-6927){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (MDEV-6249){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=#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 (MDEV-5850){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=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators (MDEV-6925) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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}
            jplindst Jan Lindström (Inactive) made changes -
            jplindst Jan Lindström (Inactive) made changes -
            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: MDEV-4902){panel}
            {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 (MDEV-6929) {panel}
            {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 (MDEV-6928){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures (MDEV-6927){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (MDEV-6249){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=#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 (MDEV-5850){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=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators (MDEV-6925) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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: MDEV-4902){panel}
            {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, MDEV-6930) {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 (MDEV-6929) {panel}
            {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 (MDEV-6928){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures (MDEV-6927){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (MDEV-6249){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=#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 (MDEV-5850){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=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators (MDEV-6925) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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}
            jplindst Jan Lindström (Inactive) made changes -
            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: MDEV-4902){panel}
            {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, MDEV-6930) {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 (MDEV-6929) {panel}
            {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 (MDEV-6928){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures (MDEV-6927){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (MDEV-6249){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=#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 (MDEV-5850){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=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators (MDEV-6925) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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: MDEV-4902){panel}
            {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, MDEV-6931) {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 (an: This is for upstream bug#62534, MDEV-6930) {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 (MDEV-6929) {panel}
            {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 (MDEV-6928){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures (MDEV-6927){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (MDEV-6249){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=#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 (MDEV-5850){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=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators (MDEV-6925) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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}
            jplindst Jan Lindström (Inactive) made changes -
            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: MDEV-4902){panel}
            {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, MDEV-6931) {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 (an: This is for upstream bug#62534, MDEV-6930) {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 (MDEV-6929) {panel}
            {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 (MDEV-6928){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures (MDEV-6927){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (MDEV-6249){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=#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 (MDEV-5850){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=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators (MDEV-6925) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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: MDEV-4902){panel}
            {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, MDEV-6931) {panel}
            {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, MDEV-6930) {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 (MDEV-6929) {panel}
            {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 (MDEV-6928){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures (MDEV-6927){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (MDEV-6249){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=#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 (MDEV-5850){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=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators (MDEV-6925) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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}
            jplindst Jan Lindström (Inactive) made changes -
            jplindst Jan Lindström (Inactive) made changes -
            jplindst Jan Lindström (Inactive) made changes -
            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: MDEV-4902){panel}
            {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, MDEV-6931) {panel}
            {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, MDEV-6930) {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 (MDEV-6929) {panel}
            {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 (MDEV-6928){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures (MDEV-6927){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (MDEV-6249){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=#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 (MDEV-5850){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=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators (MDEV-6925) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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: MDEV-4902){panel}
            {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, MDEV-6931) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Enable Lazy Flushing (MDEV-6932) {panel}
            {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, MDEV-6930) {panel}
            {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 (MDEV-6929) {panel}
            {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 (MDEV-6928){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures (MDEV-6927){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (MDEV-6249){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=#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 (MDEV-5850){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=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators (MDEV-6925) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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}
            jplindst Jan Lindström (Inactive) made changes -
            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: MDEV-4902){panel}
            {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, MDEV-6931) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Enable Lazy Flushing (MDEV-6932) {panel}
            {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, MDEV-6930) {panel}
            {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 (MDEV-6929) {panel}
            {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 (MDEV-6928){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures (MDEV-6927){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (MDEV-6249){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=#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 (MDEV-5850){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=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators (MDEV-6925) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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: MDEV-4902){panel}
            {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, MDEV-6931) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Enable Lazy Flushing (MDEV-6932) {panel}
            {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, MDEV-6930) {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 (MDEV-6929) {panel}
            {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 (MDEV-6928){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures (MDEV-6927){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (MDEV-6249){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=#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 (MDEV-5850){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=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators (MDEV-6925) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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}
            jplindst Jan Lindström (Inactive) made changes -
            jplindst Jan Lindström (Inactive) made changes -
            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: MDEV-4902){panel}
            {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, MDEV-6931) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Enable Lazy Flushing (MDEV-6932) {panel}
            {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, MDEV-6930) {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 (MDEV-6929) {panel}
            {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 (MDEV-6928){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures (MDEV-6927){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (MDEV-6249){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=#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 (MDEV-5850){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=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators (MDEV-6925) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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, MDEV-6933){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: MDEV-4902){panel}
            {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, MDEV-6931) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Enable Lazy Flushing (MDEV-6932) {panel}
            {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, MDEV-6930) {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 (MDEV-6929) {panel}
            {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 (MDEV-6928){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures (MDEV-6927){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (MDEV-6249){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=#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 (MDEV-5850){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=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators (MDEV-6925) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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}
            jplindst Jan Lindström (Inactive) made changes -
            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, MDEV-6933){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: MDEV-4902){panel}
            {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, MDEV-6931) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Enable Lazy Flushing (MDEV-6932) {panel}
            {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, MDEV-6930) {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 (MDEV-6929) {panel}
            {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 (MDEV-6928){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures (MDEV-6927){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (MDEV-6249){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=#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 (MDEV-5850){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=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators (MDEV-6925) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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, MDEV-6933){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: MDEV-4902){panel}
            {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, MDEV-6931) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Enable Lazy Flushing (MDEV-6932) {panel}
            {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, MDEV-6930) {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 (MDEV-6929) {panel}
            {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 (MDEV-6928){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures (MDEV-6927){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (MDEV-6249){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=#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 (MDEV-5850){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=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators (MDEV-6925) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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}
            jplindst Jan Lindström (Inactive) made changes -
            jplindst Jan Lindström (Inactive) made changes -
            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, MDEV-6933){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: MDEV-4902){panel}
            {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, MDEV-6931) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Enable Lazy Flushing (MDEV-6932) {panel}
            {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, MDEV-6930) {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 (MDEV-6929) {panel}
            {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 (MDEV-6928){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures (MDEV-6927){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (MDEV-6249){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=#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 (MDEV-5850){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=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators (MDEV-6925) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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, MDEV-6934){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, MDEV-6933){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: MDEV-4902){panel}
            {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, MDEV-6931) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Enable Lazy Flushing (MDEV-6932) {panel}
            {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, MDEV-6930) {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 (MDEV-6929) {panel}
            {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 (MDEV-6928){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures (MDEV-6927){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (MDEV-6249){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=#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 (MDEV-5850){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=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators (MDEV-6925) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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}
            jplindst Jan Lindström (Inactive) made changes -
            jplindst Jan Lindström (Inactive) made changes -
            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, MDEV-6934){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, MDEV-6933){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: MDEV-4902){panel}
            {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, MDEV-6931) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Enable Lazy Flushing (MDEV-6932) {panel}
            {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, MDEV-6930) {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 (MDEV-6929) {panel}
            {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 (MDEV-6928){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures (MDEV-6927){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (MDEV-6249){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=#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 (MDEV-5850){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=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators (MDEV-6925) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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, MDEV-6934){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=#0f0|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false (jan 10.1, MDEV-6935){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123, MDEV-6933){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: MDEV-4902){panel}
            {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, MDEV-6931) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Enable Lazy Flushing (MDEV-6932) {panel}
            {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, MDEV-6930) {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 (MDEV-6929) {panel}
            {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 (MDEV-6928){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures (MDEV-6927){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (MDEV-6249){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=#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 (MDEV-5850){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=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators (MDEV-6925) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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}
            jplindst Jan Lindström (Inactive) made changes -
            jplindst Jan Lindström (Inactive) made changes -
            jplindst Jan Lindström (Inactive) made changes -
            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, MDEV-6934){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=#0f0|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false (jan 10.1, MDEV-6935){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123, MDEV-6933){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: MDEV-4902){panel}
            {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, MDEV-6931) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Enable Lazy Flushing (MDEV-6932) {panel}
            {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, MDEV-6930) {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 (MDEV-6929) {panel}
            {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 (MDEV-6928){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures (MDEV-6927){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (MDEV-6249){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=#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 (MDEV-5850){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=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators (MDEV-6925) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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, MDEV-6934){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=#0f0|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false (jan 10.1, MDEV-6935){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123, MDEV-6933){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: MDEV-4902){panel}
            {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: MDEV-6936, upstream bug #71311: MDEV-6937){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, MDEV-6931) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Enable Lazy Flushing (MDEV-6932) {panel}
            {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, MDEV-6930) {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 (MDEV-6929) {panel}
            {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 (MDEV-6928){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures (MDEV-6927){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (MDEV-6249){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=#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 (MDEV-5850){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=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators (MDEV-6925) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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}
            jplindst Jan Lindström (Inactive) made changes -
            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, MDEV-6934){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=#0f0|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false (jan 10.1, MDEV-6935){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123, MDEV-6933){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: MDEV-4902){panel}
            {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: MDEV-6936, upstream bug #71311: MDEV-6937){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, MDEV-6931) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Enable Lazy Flushing (MDEV-6932) {panel}
            {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, MDEV-6930) {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 (MDEV-6929) {panel}
            {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 (MDEV-6928){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures (MDEV-6927){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (MDEV-6249){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=#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 (MDEV-5850){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=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators (MDEV-6925) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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, MDEV-6934){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=#0f0|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false (jan 10.1, MDEV-6935){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123, MDEV-6933){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: MDEV-4902){panel}
            {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: MDEV-6936, upstream bug #71411: MDEV-6937){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, MDEV-6931) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Enable Lazy Flushing (MDEV-6932) {panel}
            {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, MDEV-6930) {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 (MDEV-6929) {panel}
            {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 (MDEV-6928){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures (MDEV-6927){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (MDEV-6249){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=#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 (MDEV-5850){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=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators (MDEV-6925) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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}
            jplindst Jan Lindström (Inactive) made changes -
            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, MDEV-6934){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=#0f0|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false (jan 10.1, MDEV-6935){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123, MDEV-6933){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: MDEV-4902){panel}
            {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: MDEV-6936, upstream bug #71411: MDEV-6937){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, MDEV-6931) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Enable Lazy Flushing (MDEV-6932) {panel}
            {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, MDEV-6930) {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 (MDEV-6929) {panel}
            {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 (MDEV-6928){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures (MDEV-6927){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (MDEV-6249){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=#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 (MDEV-5850){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=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators (MDEV-6925) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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, MDEV-6934){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=#0f0|borderStyle=solid|borderColor=#000}Change the default value for innodb_log_compressed_pages to false (jan 10.1, MDEV-6935){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Spurious wakeup in lock_wait_suspend_thread() (svoj: see bug#72123, MDEV-6933){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: MDEV-4902){panel}
            {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: MDEV-6936, upstream bug #71411: MDEV-6937){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, MDEV-6931) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Enable Lazy Flushing (MDEV-6932) {panel}
            {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, MDEV-6930) {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 (MDEV-6929) {panel}
            {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 (MDEV-6928){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Share more structures (MDEV-6927){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Disable PerfSchema By Default (MDEV-6249){panel}
            {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 (MDEV-5850){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=#0f0|borderStyle=solid|borderColor=#000}Remove bad "" operators (MDEV-6925) {panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at runtime (MDEV-6329){panel}
            {panel:bgColor=#0f0|borderStyle=solid|borderColor=#000}Fix errors detected by ASan at compile time (MDEV-6314){panel}
            {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}
            jplindst Jan Lindström (Inactive) made changes -
            Assignee Jan Lindström [ jplindst ] Sergey Vojtovich [ svoj ]
            svoj Sergey Vojtovich made changes -
            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 ]
            ratzpo Rasmus Johansson (Inactive) made changes -
            Workflow MariaDB v2 [ 43149 ] MariaDB v3 [ 62209 ]
            serg Sergei Golubchik made changes -
            Workflow MariaDB v3 [ 62209 ] MariaDB v4 [ 132306 ]

            People

              svoj Sergey Vojtovich
              serg Sergei Golubchik
              Votes:
              3 Vote for this issue
              Watchers:
              13 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.