diff options
author | monty@mashka.mysql.fi <> | 2002-09-22 10:59:33 +0300 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2002-09-22 10:59:33 +0300 |
commit | 378d977d28c4583db43511e94b5c128f71b3304a (patch) | |
tree | 9bdcec4c2cce4db72873b8d790dc4c3c011c5f0f /sql/sql_udf.cc | |
parent | 6aef4237d7a990618d9a525b0918e5416b7f62b3 (diff) | |
parent | c4302b0beba0e786651978c47a90cdf1525c8f08 (diff) | |
download | mariadb-git-378d977d28c4583db43511e94b5c128f71b3304a.tar.gz |
Merge with 3.23.53
Diffstat (limited to 'sql/sql_udf.cc')
-rw-r--r-- | sql/sql_udf.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_udf.cc b/sql/sql_udf.cc index 1e7da96174d..daf02b1c6d6 100644 --- a/sql/sql_udf.cc +++ b/sql/sql_udf.cc @@ -141,7 +141,7 @@ void udf_init() new_thd->db_length=5; bzero((gptr) &tables,sizeof(tables)); - tables.alias= tables.real_name = (char*) "func"; + tables.alias= tables.real_name= (char*) "func"; tables.lock_type = TL_READ; tables.db=new_thd->db; |