mirror of
https://github.com/MariaDB/server.git
synced 2026-05-03 21:55:33 +02:00
Fixed bugs with create table from ITEM_FUNC and make it over
once for all derived functions. I also reverted my patch for MONTH() and added a test case. My MONTH() patch was too specific. This is a general fix. Plus a fix for security flaw in database hash Docs/manual.texi: Fixed bugs with create table from ITEM_FUNC and make it over once for all derived functions. I also reverted my patch for MONTH() and added a test case. My MONTH() patch was too specific. This is a general fix. mysql-test/r/create.result: Fixed bugs with create table from ITEM_FUNC and make it over once for all derived functions. I also reverted my patch for MONTH() and added a test case. My MONTH() patch was too specific. This is a general fix. mysql-test/t/create.test: Fixed bugs with create table from ITEM_FUNC and make it over once for all derived functions. I also reverted my patch for MONTH() and added a test case. My MONTH() patch was too specific. This is a general fix. sql/item_func.h: Fixed bugs with create table from ITEM_FUNC and make it over once for all derived functions. I also reverted my patch for MONTH() and added a test case. My MONTH() patch was too specific. This is a general fix. sql/item_timefunc.h: Fixed bugs with create table from ITEM_FUNC and make it over once for all derived functions. I also reverted my patch for MONTH() and added a test case. My MONTH() patch was too specific. This is a general fix. sql/sql_acl.cc: Fixed a security flaw in database hash
This commit is contained in:
parent
012d5ab442
commit
e75272007d
6 changed files with 15 additions and 5 deletions
|
|
@ -50132,6 +50132,10 @@ each individual 4.0.x release.
|
|||
|
||||
@itemize @bullet
|
||||
@item
|
||||
Fixed security bug in database hash
|
||||
@item
|
||||
Fixed create table from any ITEM_FUNC and reverted a patch for month()
|
||||
@item
|
||||
Fixed bug in multi-table update when updating a table confused do_select
|
||||
in reading records from a cache
|
||||
@item
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue