- 12 Dec, 2005 2 commits
-
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.1-merges
-
anozdrin@mysql.com authored
-
- 09 Dec, 2005 1 commit
-
-
anozdrin@mysql.com authored
into mysql.com:/home/alik/MySQL/devel/5.1-wl2984-merge
-
- 08 Dec, 2005 2 commits
-
-
aivanov@mysql.com authored
into mysql.com:/home/alexi/innodb-ss/mysql-5.1-new
-
aivanov@mysql.com authored
to 5.1. Undoing the merge.
-
- 07 Dec, 2005 35 commits
-
-
patg@krsna.patg.net authored
into krsna.patg.net:/home/patg/mysql-build/mysql-5.1-new2
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-merges
-
patg@krsna.patg.net authored
Fixed logic in handler to make handler now show up as enabled.
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-merges
-
dlenev@mysql.com authored
-
anozdrin@mysql.com authored
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-merges
-
konstantin@mysql.com authored
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-merges
-
pem@mysql.com authored
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-release
-
konstantin@mysql.com authored
into mysql.com:/opt/local/work/mysql-5.0-root
-
konstantin@mysql.com authored
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-merges
-
pem@mysql.com authored
-
anozdrin@mysql.com authored
into mysql.com:/home/alik/Documents/AllProgs/MySQL/devel/5.0-sp-vars-merge-2
-
pem@mysql.com authored
into mysql.com:/usr/home/pem/mysql-5.1-new
-
anozdrin@mysql.com authored
according to the standard. The idea is to use Field-classes to implement stored routines variables. Also, we should provide facade to Item-hierarchy by Item_field class (it is necessary, since SRVs take part in expressions). The patch fixes the following bugs: - BUG#8702: Stored Procedures: No Error/Warning shown for inappropriate data type matching; - BUG#8768: Functions: For any unsigned data type, -ve values can be passed and returned; - BUG#8769: Functions: For Int datatypes, out of range values can be passed and returned; - BUG#9078: STORED PROCDURE: Decimal digits are not displayed when we use DECIMAL datatype; - BUG#9572: Stored procedures: variable type declarations ignored; - BUG#12903: upper function does not work inside a function; - BUG#13705: parameters to stored procedures are not verified; - BUG#13808: ENUM type stored procedure parameter accepts non-enumerated data; - BUG#13909: Varchar Stored Procedure Parameter always BINARY string (ignores CHARACTER SET); - BUG#14161: Stored procedure cannot retrieve bigint unsigned; - BUG#14188: BINARY variables have no 0x00 padding; - BUG#15148: Stored procedure variables accept non-scalar values;
-
dlenev@mysql.com authored
current SP tables locking make impossible view security" with main tree.
-
pem@mysql.com authored
into mysql.com:/usr/home/pem/mysql-5.1-new
-
pem@mysql.com authored
-
knielsen@mysql.com authored
into mysql.com:/data0/mysqldev/my/mysql-5.0
-
knielsen@mysql.com authored
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-5.0
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-5.1
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-bg11555-2
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-5.0
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-5.1
-
pem@mysql.com authored
into mysql.com:/usr/home/pem/mysql-5.1-new
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-bg11555-2
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-5.0-merg
-
dlenev@mysql.com authored
impossible view security". We should not expose names of tables which are explicitly or implicitly (via routine or trigger) used by view even if we find that they are missing. So during building of list of prelocked tables for statement we track which routines (and therefore tables for these routines) are used from views. We mark elements of LEX::routines set which correspond to routines used in views by setting Sroutine_hash_entry::belong_to_view member to point to TABLE_LIST object for topmost view which uses routine. We propagate this mark to all routines which are used by this routine and which we add to this set. We also mark tables used by such routine which we add to the list of tables for prelocking as belonging to this view.
-
timour@mysql.com authored
into mysql.com:/home/timka/mysql/src/5.1-dbg
-
serg@serg.mylan authored
-
timour@mysql.com authored
into mysql.com:/home/timka/mysql/src/5.0-2486
-