diff options
author | luxagraf <sng@luxagraf.net> | 2020-04-28 10:21:17 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-04-28 10:21:17 -0400 |
commit | a222e73b9d352f7dd53027832d04dc531cdf217e (patch) | |
tree | ccc1b5c54986980141faee867318ca80e45ebef5 /old/published/Webmonkey/Monkey_Bites/2007/04.23.07/Wed/gMySQL.txt | |
parent | 1337c4eafe29252d892d2bde0276212ac77382d4 (diff) | |
parent | e67317b0a6f02fd75f198cd22f83c20076c61dcf (diff) |
Merge remote-tracking branch 'wired/master' adding wired to conde
Diffstat (limited to 'old/published/Webmonkey/Monkey_Bites/2007/04.23.07/Wed/gMySQL.txt')
-rw-r--r-- | old/published/Webmonkey/Monkey_Bites/2007/04.23.07/Wed/gMySQL.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/old/published/Webmonkey/Monkey_Bites/2007/04.23.07/Wed/gMySQL.txt b/old/published/Webmonkey/Monkey_Bites/2007/04.23.07/Wed/gMySQL.txt new file mode 100644 index 0000000..5ee59c1 --- /dev/null +++ b/old/published/Webmonkey/Monkey_Bites/2007/04.23.07/Wed/gMySQL.txt @@ -0,0 +1,16 @@ +Google has [released improvements and enhancements][3] for the popular open source relational database, [MySQL][2]. Google's code has not yet been incorporated into the official release, though the company would like to see it added, but developers can download the source (GPL licensed) from Google. + +While the announcement on the Google Code blog makes no mention of it, the [MySQL conference][1] in Santa Clara California is in full swing this week and the additional code should be welcome news to MySQL developers. + +Google's patches of MySQL are designed to enhance both the manageability and reliability of the database software. Particularly interesting is a patch that allows administrators to track database usage via new SQL statements for "monitoring resource usage by table and account." + +Other enhancements include support for semi-synchronous replication, mirroring the binlog from a master to a slave, quickly promoting a slave to a master during failover, and keeping InnoDB and replication state on a slave consistent during crash recovery. + +The patches are currently available for MySQL 4, but Google says similar patches for the most resent stable version of MySQL, version 5, will be available soon. + +To use the new patches you'll need to [download them from Google][4] and compile or re-compile MySQL from the source. + +[1]: http://www.mysqlconf.com/ "MySQL Conference" +[2]: http://www.mysql.com/ "MySQL" +[3]: http://google-code-updates.blogspot.com/2007/04/google-releases-patches-that-enhance.html "Google releases patches that enhance the manageability and reliability of MySQL" +[4]: http://code.google.com/p/google-mysql-tools/wiki/Mysql4Patches "MySQL 4 patches"
\ No newline at end of file |