Below is the list of changes that have just been committed into a local
5.0 repository of Sinisa. When Sinisa 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.1671 04/11/15 23:25:24 Sinisa@stripped +1 -0
fixing a small typo
sql/sql_prepare.cc
1.81 04/11/15 23:25:15 Sinisa@stripped +1 -1
fixing a small typo
# 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: Sinisa
# Host: sinisa.nasamreza.org
# Root: /mnt/work/petica
--- 1.80/sql/sql_prepare.cc Sat Nov 13 19:35:43 2004
+++ 1.81/sql/sql_prepare.cc Mon Nov 15 23:25:15 2004
@@ -1018,7 +1018,7 @@
{
mysql_prepare_delete(thd, table_list, &lex->select_lex.where);
lex->unit.cleanup();
- DBUG_RETURN(FALSE)
+ DBUG_RETURN(FALSE);
}
/* TODO: here we should send types of placeholders to the client. */
DBUG_RETURN(TRUE);
| Thread |
|---|
| • bk commit into 5.0 tree (Sinisa:1.1671) | sinisa | 15 Nov |