Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • BackTrack 5 R2
  • Wine 1.4 / 1.5.5
  • Mozilla Firefox 12...
  • Ubuntu 11.04
  • Angry Birds 1.1.2.1
  • Ubuntu 10.04.4 LTS
  • Linux Kernel 3.4
  • Ubuntu Manual 10.10
  • Adobe Flash Player...
  • Pidgin 2.10.4
  • 7-DAY TOP DOWNLOAD
    #
    Program
    Wine 1.4 / 1.5.5
    2,380 downloads
    Phorum 5.2.17
    2,349 downloads
    VLC 2.0.1
    2,082 downloads
    BackTrack 5 R2
    1,718 downloads
    Adobe Flash Player
    for Linux
    11.2.202.228

    1,579 downloads
    Google Chrome
    19.0.1084.52 /
    20.0.1132.17 Beta /
    21.0.1145.0 Alpha

    1,558 downloads
    Linux Mint 13
    1,387 downloads
    Yahoo Messenger
    1.0.4

    1,182 downloads
    Ultimate Edition 3.3
    1,130 downloads
    Ubuntu 12.04 LTS
    1,020 downloads
    TOP 10 LINUX DISTROS
    #
    Distribution
    BackTrack 5 R2
    787,793 downloads
    Fedora 16
    460,590 downloads
    Mandriva Linux 2011
    378,395 downloads
    KNOPPIX Live DVD
    6.7.1

    334,307 downloads
    Yellow Dog Linux 6.2
    247,754 downloads
    Kororaa AIGLXgl Live
    CD 0.3

    202,988 downloads
    openSUSE Linux 12.1
    / 12.2 Milestone 3

    190,936 downloads
    Red Hat Enterprise
    Linux 6.2 / 6.3 Beta

    187,760 downloads
    Slackware 13.37
    154,434 downloads
    Ubuntu 9.10
    126,453 downloads
    Home > Linux > Database > Database Servers > Percona Server > Changelog

    Percona Server 5.1.63-13.4 / 5.5.17-22.1 - Changelog


    What's new in Percona Server 5.1.63-13.4:

    May 25th, 2012

    · Building Percona Server with the Clang compiler resulted in a compiler error. Bug fixed #997496 (Alexey Kopytov).



    What's new in Percona Server 5.1.53-12.4:

    December 30th, 2010

    New features:

    · Percona Server 5.1.49-rel12.0 is based on MySQL 5.1.49.
    New features added:
    · error_pad - Implements error code compatibilities with MySQL 5.5. (Oleg Tsarev)
    · query_cache_totally_disable - Allows the user to disable use of the query cache. (Oleg Tsarev, backport from MySQL 5.5)
    · show_engines - Changes SHOW STORAGE ENGINES to report XtraDB when appropriate. (Oleg Tsarev)
    · remove_fcntl_excessive_calls - Removes excessive fcntl calls. (Oleg Tsarev, port from FaceBook tree)
    · sql_no_fcache - Prevents blocks of data from being cached to FlashCache during a query. (Oleg Tsarev, port from FaceBook tree)
    · status_wait_query_cache_mutex - Provides a new thread state - “Waiting on query cache mutex”. (Oleg Tsarev)
    · log_connection_error - Issues the warning “Too many connection” if log_warnings is enabled. (Oleg Tsarev)
    · response_time_distribution - Counts queries with very short execution times and groups them by time interval. (Oleg Tsarev)
    · innodb_buffer_pool_shm_key - Allows storing the buffer pool in a shared memory segment between restarts of the server. (Yasufumi Kinoshita)
    · Option syslog was added to the mysql client. If enabled, all commands run on the client are logged to syslog. (Oleg Tsarev)
    New variables introduced:
    · innodb_flush_log_at_trx_commit_session - Implements a session-level version of the MySQL global system variable innodb_flush_log_at_trx_commit. (Yasufumi Kinoshita)
    · innodb_fast_index_creation - Allows disabling of fast index creation. (Yasufumi Kinoshita)
    · innodb_use_sys_stats_table - If ON, the table's statistics are stored statically in the internal table SYS_STATS. The table is populated with the ANALYZE TABLE command. (Yasufumi Kinoshita)

    Fixed bugs:

    · Bug #576041 - Fixes long stalls while accessing the innodb_buffer_pool_pages_index table on systems with a large number of tables.
    · Bug #592007 - More strictly enforces the maximum purge delay defined by innodb_max_purge_lag by removing the requirement that purge operations be delayed if an old consistent read view exists that could see the rows to be purged.
    · Bug #607449 - Fixes a crash during shutdown when userstat_running=1.
    · Bug #612954 - Fixes a problem with SHOW PROCESSLIST displaying an incorrect time.
    · Bug #610525 - Reduces the number of compile time errors when the server is rebuilt.
    · Bug #569275 - Fixes a crash when XtraDB shuts down in “crash resistent mode”.
    · Bug #589484 - Adds reporting of the query cache mutex status in SHOW PROCESSLIST.
    · Bug #606965 - Allows preventing data caching to flash storage during a query.
    · Bug #606810 - Ports a fix from to remove excessive fcntl calls.
    · Bug #609027 - Allows query cache use to be completely disabled
    · Bug #600352 - Fixes SHOW STORAGE ENGINES to correctly report “Percona-XtraDB” rather than “InnoDB”



    What's new in Percona Server 5.1.49-12.0:

    September 16th, 2010

    New features:

    · Percona Server 5.1.49-rel12.0 is based on MySQL 5.1.49.
    New features added:
    · error_pad - Implements error code compatibilities with MySQL 5.5. (Oleg Tsarev)
    · query_cache_totally_disable - Allows the user to disable use of the query cache. (Oleg Tsarev, backport from MySQL 5.5)
    · show_engines - Changes SHOW STORAGE ENGINES to report XtraDB when appropriate. (Oleg Tsarev)
    · remove_fcntl_excessive_calls - Removes excessive fcntl calls. (Oleg Tsarev, port from FaceBook tree)
    · sql_no_fcache - Prevents blocks of data from being cached to FlashCache during a query. (Oleg Tsarev, port from FaceBook tree)
    · status_wait_query_cache_mutex - Provides a new thread state - “Waiting on query cache mutex”. (Oleg Tsarev)
    · log_connection_error - Issues the warning “Too many connection” if log_warnings is enabled. (Oleg Tsarev)
    · innodb_buffer_pool_shm_key - Allows storing the buffer pool in a shared memory segment between restarts of the server. (Yasufumi Kinoshita)
    · Option syslog was added to the mysql server. If enabled, all commands run on the server are logged to syslog. (Oleg Tsarev)
    New variables introduced:
    · innodb_flush_log_at_trx_commit_session - Implements a session-level version of the MySQL global system variable innodb_flush_log_at_trx_commit. (Yasufumi Kinoshita)
    · innodb_fast_index_creation - Allows disabling of fast index creation. (Yasufumi Kinoshita)
    · innodb_use_sys_stats_table - If ON, the table's statistics are stored statically in the internal table SYS_STATS. The table is populated with the ANALYZE TABLE command. (Yasufumi Kinoshita)

    Fixed bugs:

    · Bug #576041 - Fixes long stalls while accessing the innodb_buffer_pool_pages_index table on systems with a large number of tables.
    · Bug #592007 - More strictly enforces the maximum purge delay defined by innodb_max_purge_lag by removing the requirement that purge operations be delayed if an old consistent read view exists that could see the rows to be purged.
    · Bug #607449 - Fixes a crash during shutdown when userstat_running=1.
    · Bug #612954 - Fixes a problem with SHOW PROCESSLIST displaying an incorrect time.
    · Bug #610525 - Reduces the number of compile time errors when the server is rebuilt.
    · Bug #569275 - Fixes a crash when XtraDB shuts down in “crash resistent mode”.
    · Bug #589484 - Adds reporting of the query cache mutex status in SHOW PROCESSLIST.
    · Bug #606965 - Allows preventing data caching to flash storage during a query.
    · Bug #606810 - Ports a fix from to remove excessive fcntl calls.
    · Bug #609027 - Allows query cache use to be completely disabled
    · Bug #600352 - Fixes SHOW STORAGE ENGINES to correctly report “Percona-XtraDB” rather than “InnoDB”



    What's new in Percona Server 5.1.49-11.3:

    September 15th, 2010

    New features:

    · Percona Server 5.1.49-11.3 is based on MySQL 5.1.49.
    · A new variable was introduced: innodb_use_sys_stats_table. If ON, the table's statistics are stored statically in the internal table SYS_STATS. The table is populated with the ANALYZE TABLE command. (Yasufumi Kinoshita)
    · A new session variable was introduced: innodb_flush_log_at_trx_commit_session. (Yasufumi Kinoshita)

    Fixed bugs:

    · Bug #576041 - Fixes long stalls while accessing the innodb_buffer_pool_pages_index table on systems with a large number of tables
    · Bug #592007 - More strictly enforces the maximum purge delay defined by innodb_max_purge_lag by removing the requirement that purge operations be delayed if an old consistent read view exists that could see the rows to be purged.
    · Bug #607449 - Fixes a crash during shutdown when userstat_running=1
    · Bug #612954 - Fixes a problem with SHOW PROCESSLIST displaying an incorrect time
    · Bug #610525 - Reduces the number of compile time errors when the server is rebuilt
    · Bug #569275 - Fixes a crash when XtraDB shuts down in “crash resistent mode”



    What's new in Percona Server 5.1.47-11.2:

    July 14th, 2010

    · Escape processing
    · /*!…*/ processing
    · Insert space instead of empty
    · Crash on comment ended of query




    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM