Below is the list of changes that have just been committed into a local
5.0 repository of georg. When georg 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://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.1911 05/07/27 18:46:58 georg@stripped +1 -0
cs fixes for last commit
sql/table.cc
1.176 05/07/27 18:46:52 georg@stripped +2 -2
cs fixes for last commit
# 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: georg
# Host: lmy002.wdf.sap.corp
# Root: /home/georg/work/mysql/prod/mysql-5.0
--- 1.175/sql/table.cc 2005-07-27 17:21:07 +02:00
+++ 1.176/sql/table.cc 2005-07-27 18:46:52 +02:00
@@ -120,7 +120,7 @@
DBUG_RETURN(5);
file= -1;
// caller can't process new .frm
- error= 7;
+ error= 7;
goto err;
}
@@ -1160,8 +1160,8 @@
"Table '%-.64s.%-.64s' has invalid table type and cannot "
"be read",
MYF(0), db, real_name);
+ break;
}
- break;
default: /* Better wrong error than none */
case 4:
my_error(ER_NOT_FORM_FILE, errortype,
| Thread |
|---|
| • bk commit into 5.0 tree (georg:1.1911) | Georg Richter | 27 Jul |