mirror of
https://github.com/MariaDB/server.git
synced 2026-05-04 14:15:33 +02:00
Merge with MySQL 5.1.42
- Marked a couple of tests with --big - Fixed xtradb/handler/ha_innodb.cc to call explain_filename() storage/xtradb/handler/ha_innodb.cc: Call explain_filename() to get proper names for partitioned tables
This commit is contained in:
commit
d8ecbbe634
254 changed files with 7302 additions and 1917 deletions
|
|
@ -1828,8 +1828,9 @@ String *Item_func_database::val_str(String *str)
|
|||
|
||||
|
||||
/**
|
||||
@todo
|
||||
make USER() replicate properly (currently it is replicated to "")
|
||||
@note USER() is replicated correctly if binlog_format=ROW or (as of
|
||||
BUG#28086) binlog_format=MIXED, but is incorrectly replicated to ''
|
||||
if binlog_format=STATEMENT.
|
||||
*/
|
||||
bool Item_func_user::init(const char *user, const char *host)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue