Below is the list of changes that have just been committed into a local
5.0 repository of hf. When hf 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.1962 05/11/02 19:19:51 holyfoot@deer.(none) +1 -0
embedded-server compilation fixed
sql/table.cc
1.204 05/11/02 19:14:39 holyfoot@stripped +2 -1
DBUG_ENTER should be outside the #ifdef
# 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: holyfoot
# Host: deer.(none)
# Root: /home/hf/work/mysql-5.0.13573
--- 1.203/sql/table.cc Wed Nov 2 17:17:52 2005
+++ 1.204/sql/table.cc Wed Nov 2 19:14:39 2005
@@ -2511,9 +2511,10 @@
{
List_iterator_fast<TABLE_LIST> tb(*view_tables);
TABLE_LIST *tbl;
+ DBUG_ENTER("st_table_list::prepare_security");
+
#ifndef NO_EMBEDDED_ACCESS_CHECKS
Security_context *save_security_ctx= thd->security_ctx;
- DBUG_ENTER("st_table_list::prepare_security");
DBUG_ASSERT(!prelocking_placeholder);
if (prepare_view_securety_context(thd))
| Thread |
|---|
| • bk commit into 5.0 tree (holyfoot:1.1962) | holyfoot | 2 Nov |