Below is the list of changes that have just been committed into a local
5.0 repository of tomash. When tomash 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.2140 06/05/15 18:18:37 kroki@stripped +2 -0
Remove 'const' that prevents Microsoft VC realize that
Item_trigger_field::set_required_privilege(const bool rw) is an
overloading of Settable_routine_parameter::set_required_privilege(bool rw).
sql/item.h
1.195 06/05/15 18:18:31 kroki@stripped +1 -1
Remove 'const' that prevents Microsoft VC realize that
Item_trigger_field::set_required_privilege(const bool rw) is an
overloading of Settable_routine_parameter::set_required_privilege(bool rw).
sql/item.cc
1.221 06/05/15 18:18:30 kroki@stripped +1 -1
Remove 'const' that prevents Microsoft VC realize that
Item_trigger_field::set_required_privilege(const bool rw) is an
overloading of Settable_routine_parameter::set_required_privilege(bool rw).
# 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: kroki
# Host: moonlight.intranet
# Root: /home/tomash/src/mysql_ab/mysql-5.0-bug14635
--- 1.220/sql/item.cc 2006-05-15 00:51:01 +04:00
+++ 1.221/sql/item.cc 2006-05-15 18:18:30 +04:00
@@ -5365,7 +5365,7 @@
}
-void Item_trigger_field::set_required_privilege(const bool rw)
+void Item_trigger_field::set_required_privilege(bool rw)
{
/*
Require SELECT and UPDATE privilege if this field will be read and
--- 1.194/sql/item.h 2006-05-12 13:55:14 +04:00
+++ 1.195/sql/item.h 2006-05-15 18:18:31 +04:00
@@ -2187,7 +2187,7 @@
void cleanup();
private:
- void set_required_privilege(const bool rw);
+ void set_required_privilege(bool rw);
bool set_value(THD *thd, sp_rcontext *ctx, Item *it);
public:
| Thread |
|---|
| • bk commit into 5.0 tree (kroki:1.2140) | kroki | 15 May |