Merge bk-internal.mysql.com:/home/bk/mysql-4.1/
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
This commit is contained in:
commit
be0e166f53
@ -359,9 +359,10 @@ class Item_func_database :public Item_str_func
|
||||
public:
|
||||
Item_func_database() { collation.set(system_charset_info,DERIVATION_IMPLICIT); }
|
||||
String *val_str(String *);
|
||||
void fix_length_and_dec()
|
||||
{
|
||||
void fix_length_and_dec()
|
||||
{
|
||||
max_length= MAX_FIELD_NAME * system_charset_info->mbmaxlen;
|
||||
maybe_null=1;
|
||||
}
|
||||
const char *func_name() const { return "database"; }
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user