List:Commits« Previous MessageNext Message »
From:Alexander Nozdrin Date:October 21 2009 2:10pm
Subject:bzr commit into mysql-5.5.0-next-mr-bugfixing branch (alik:2908)
WL#4098
View as plain text  
#At file:///mnt/raid/alik/MySQL/bzr/backporting/mysql-next-mr-bugfixing/ based on revid:alik@stripped

 2908 Alexander Nozdrin	2009-10-21
      Backport WL#4098 from 6.0.
      
      The value was changed from 1024 to 2048,
      because 1024 is already used.
      
      Original revision:
      ------------------------------------------------------------
      revno: 2476.657.259
      committer: tsmith@stripped
      timestamp: Tue 2008-01-29 19:32:44 +0100
      message:
        WL#4098: Add a status flag for slow queries
        
        Add new result set status flag SERVER_QUERY_WAS_SLOW in mysql_com.h.
        
        There is no server-side implementation to actually set this flag at this
        time.  This patch simply defines the interface so that applications can
        make use of it.  See the worklog for background.
      ------------------------------------------------------------

    modified:
      include/mysql_com.h
=== modified file 'include/mysql_com.h'
--- a/include/mysql_com.h	2008-05-20 16:36:26 +0000
+++ b/include/mysql_com.h	2009-10-21 14:10:19 +0000
@@ -203,6 +203,7 @@ enum enum_server_command
   number of result set columns.
 */
 #define SERVER_STATUS_METADATA_CHANGED 1024
+#define SERVER_QUERY_WAS_SLOW          2048
 
 /**
   Server status flags that must be cleared when starting


Attachment: [text/bzr-bundle] bzr/alik@sun.com-20091021141019-lhf1nxf170fiqjid.bundle
Thread
bzr commit into mysql-5.5.0-next-mr-bugfixing branch (alik:2908)WL#4098Alexander Nozdrin21 Oct