List:Internals« Previous MessageNext Message »
From:arjen Date:April 17 2002 1:18am
Subject:bk commit into 4.0 tree
View as plain text  
Below is the list of changes that have just been committed into a
4.0 repository of arjen. When arjen does a push, they will be propogated to 
the main repository and within 24 hours after the push to the public repository. 
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet@stripped, 2002-04-17 11:18:41+10:00, arjen@stripped
  English text enhancement.
  SQL keywords/statements in caps.

  client/mysqldump.c
    1.67 02/04/17 11:18:40 arjen@stripped +2 -2
    English text enhancement.
    SQL keywords/statements in caps.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	arjen
# Host:	fred.bitbike.com
# Root:	/home/arjen/mysql-4.0

--- 1.66/client/mysqldump.c	Tue Apr 16 18:39:02 2002
+++ 1.67/client/mysqldump.c	Wed Apr 17 11:18:40 2002
@@ -1420,8 +1420,8 @@
       return(first_error);
     }
   }
-  if(mysql_query(sock, "set sql_query_cache_type=off") && verbose)
-    fprintf(stderr, "-- can't take off query cache (not supported).\n");
+  if(mysql_query(sock, "SET SQL_QUERY_CACHE_TYPE=OFF") && verbose)
+    fprintf(stderr, "-- Can't disable query cache (not supported).\n");
   if (opt_alldbs)
     dump_all_databases();
   /* Only one database and selected table(s) */
Thread
bk commit into 4.0 treearjen17 Apr