From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PqAaD-0006bq-Sg for garchives@archives.gentoo.org; Thu, 17 Feb 2011 20:36:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD145E054D; Thu, 17 Feb 2011 20:36:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7A7AFE054D for ; Thu, 17 Feb 2011 20:36:06 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3A9C1B403F for ; Thu, 17 Feb 2011 20:36:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 1CE618006A for ; Thu, 17 Feb 2011 20:36:05 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: <49875a9122b33c48043bdb4e4c0bed1ddcbd6353.jmbsvicetto@gentoo> Subject: [gentoo-commits] proj/mysql-extras:master commit in: / X-VCS-Repository: proj/mysql-extras X-VCS-Files: 10030_all_userstatv2-percona-5.0.92.patch X-VCS-Directories: / X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: 49875a9122b33c48043bdb4e4c0bed1ddcbd6353 Date: Thu, 17 Feb 2011 20:36:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 125e114417e5090ad834f382ef344d30 commit: 49875a9122b33c48043bdb4e4c0bed1ddcbd6353 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) ge= ntoo org> AuthorDate: Thu Feb 17 20:33:44 2011 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org= > CommitDate: Thu Feb 17 20:33:44 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/mysql-extras.= git;a=3Dcommit;h=3D49875a91 Updated 10030_all_userstatv2-percona patch for the 5.0.92 release - white= space. --- 10030_all_userstatv2-percona-5.0.92.patch | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/10030_all_userstatv2-percona-5.0.92.patch b/10030_all_userst= atv2-percona-5.0.92.patch index a60b7e2..2be677f 100644 --- a/10030_all_userstatv2-percona-5.0.92.patch +++ b/10030_all_userstatv2-percona-5.0.92.patch @@ -3942,11 +3942,11 @@ diff -r 592f6c3641ba sql/sql_show.cc Description of ST_FIELD_INFO in table.h @@ -4509,6 +4875,8 @@ { - {"CHARACTER_SETS", charsets_fields_info, create_schema_table, + {"CHARACTER_SETS", charsets_fields_info, create_schema_table,=20 fill_schema_charsets, make_character_sets_old_format, 0, -1, -1, 0}, + {"CLIENT_STATISTICS", client_stats_fields_info, create_schema_table,=20 + fill_schema_client_stats, make_old_format, 0, -1, -1, 0}, - {"COLLATIONS", collation_fields_info, create_schema_table, + {"COLLATIONS", collation_fields_info, create_schema_table,=20 fill_schema_collation, make_old_format, 0, -1, -1, 0}, {"COLLATION_CHARACTER_SET_APPLICABILITY", coll_charset_app_fields_inf= o, @@ -4517,6 +4885,8 @@ @@ -3969,13 +3969,13 @@ diff -r 592f6c3641ba sql/sql_show.cc {"TABLE_PRIVILEGES", table_privileges_fields_info, create_schema_tabl= e, @@ -4550,6 +4920,8 @@ get_all_tables, make_old_format, get_schema_triggers_record, 5, 6, 0= }, - {"USER_PRIVILEGES", user_privileges_fields_info, create_schema_table, + {"USER_PRIVILEGES", user_privileges_fields_info, create_schema_table,= =20 fill_schema_user_privileges, 0, 0, -1, -1, 0}, + {"USER_STATISTICS", user_stats_fields_info, create_schema_table,=20 + fill_schema_user_stats, make_old_format, 0, -1, -1, 0}, {"VARIABLES", variables_fields_info, create_schema_table, fill_variab= les, make_old_format, 0, -1, -1, 1}, - {"VIEWS", view_fields_info, create_schema_table, + {"VIEWS", view_fields_info, create_schema_table,=20 diff -r 592f6c3641ba sql/sql_update.cc --- a/sql/sql_update.cc Wed Jul 29 13:33:34 2009 -0700 +++ b/sql/sql_update.cc Wed Jul 29 13:34:11 2009 -0700