]> git.pld-linux.org Git - packages/mysql.git/blobdiff - microsec_process.patch
- disable response-time-distribution patch on arch which has no atomic builtins even...
[packages/mysql.git] / microsec_process.patch
index 00da221aa3de310fdddad88b4ace626cd04e3491..3c36315544d99eff018a03d00b8a13a1066305ca 100644 (file)
@@ -20,7 +20,7 @@ diff -ruN /dev/null b/patch_info/microsec_process.info
 diff -ruN a/sql/sql_show.cc b/sql/sql_show.cc
 --- a/sql/sql_show.cc  2010-12-02 19:22:40.054024541 +0900
 +++ b/sql/sql_show.cc  2010-12-02 20:41:41.622941425 +0900
-@@ -1882,7 +1882,8 @@
+@@ -1883,7 +1883,8 @@
    TABLE *table= tables->table;
    CHARSET_INFO *cs= system_charset_info;
    char *user;
@@ -30,7 +30,7 @@ diff -ruN a/sql/sql_show.cc b/sql/sql_show.cc
    DBUG_ENTER("fill_process_list");
  
    user= thd->security_ctx->master_access & PROCESS_ACL ?
-@@ -1966,6 +1967,10 @@
+@@ -1967,6 +1968,10 @@
        }
        mysql_mutex_unlock(&tmp->LOCK_thd_data);
  
@@ -41,7 +41,7 @@ diff -ruN a/sql/sql_show.cc b/sql/sql_show.cc
        if (schema_table_store_record(thd, table))
        {
          mysql_mutex_unlock(&LOCK_thread_count);
-@@ -7220,6 +7225,8 @@
+@@ -7268,6 +7273,8 @@
    {"STATE", 64, MYSQL_TYPE_STRING, 0, 1, "State", SKIP_OPEN_TABLE},
    {"INFO", PROCESS_LIST_INFO_WIDTH, MYSQL_TYPE_STRING, 0, 1, "Info",
     SKIP_OPEN_TABLE},
This page took 0.041735 seconds and 4 git commands to generate.