[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mysql-internals
Subject:    bk commit into 4.1 tree (tomas:1.2176)
From:       tomas () mysql ! com
Date:       2004-11-30 14:49:29
Message-ID: 20041130154835.EC799814E2 () poseidon ! mysql ! com
[Download RAW message or body]

Below is the list of changes that have just been committed into a local
4.1 repository of tomas. When tomas does a push these changes will
be propagated 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
  1.2176 04/11/30 15:48:29 tomas@poseidon.ndb.mysql.com +1 -0
  use sql_print_warning instead of push_warning in mysqld.cc

  sql/mysqld.cc
    1.529 04/11/30 15:48:23 tomas@poseidon.ndb.mysql.com +4 -8
    use sql_print_warning instead of push_warning in mysqld.cc

# 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:	tomas
# Host:	poseidon.ndb.mysql.com
# Root:	/home/tomas/mysql-4.1-clean

--- 1.528/sql/mysqld.cc	2004-11-30 14:51:12 +00:00
+++ 1.529/sql/mysqld.cc	2004-11-30 15:48:23 +00:00
@@ -6107,8 +6107,7 @@
       have_berkeley_db= SHOW_OPTION_DISABLED;
 #else
     if (opt_bdb)
-      push_warning(current_thd, MYSQL_ERROR::WARN_LEVEL_ERROR,
-		   0,"this binary does not contain BDB storage engine");
+      sql_print_warning("this binary does not contain BDB storage engine");
 #endif
     break;
   case OPT_ISAM:
@@ -6119,8 +6118,7 @@
       have_isam= SHOW_OPTION_DISABLED;
 #else
     if (opt_isam)
-      push_warning(current_thd, MYSQL_ERROR::WARN_LEVEL_ERROR,
-		   0,"this binary does not contain ISAM storage engine");
+      sql_print_warning("this binary does not contain ISAM storage engine");
 #endif
     break;
   case OPT_NDBCLUSTER:
@@ -6131,8 +6129,7 @@
       have_ndbcluster= SHOW_OPTION_DISABLED;
 #else
     if (opt_ndbcluster)
-      push_warning(current_thd, MYSQL_ERROR::WARN_LEVEL_ERROR,
-		   0,"this binary does not contain NDBCLUSTER storage engine");
+      sql_print_warning("this binary does not contain NDBCLUSTER storage engine");
 #endif
     break;
   case OPT_INNODB:
@@ -6143,8 +6140,7 @@
       have_innodb= SHOW_OPTION_DISABLED;
 #else
     if (opt_innodb)
-      push_warning(current_thd, MYSQL_ERROR::WARN_LEVEL_ERROR,
-		   0,"this binary does not contain INNODB storage engine");
+      sql_print_warning("this binary does not contain INNODB storage engine");
 #endif
     break;
   case OPT_INNODB_DATA_FILE_PATH:

-- 
MySQL Internals Mailing List
For list archives: http://lists.mysql.com/internals
To unsubscribe:    http://lists.mysql.com/internals?unsub=mysql-internals@progressive-comp.com

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic