summaryrefslogtreecommitdiff
path: root/sql/sql_udf.cc
diff options
context:
space:
mode:
authorunknown <monty@mashka.mysql.fi>2002-09-22 10:59:33 +0300
committerunknown <monty@mashka.mysql.fi>2002-09-22 10:59:33 +0300
commit6546f36e2d8378f224114b88cae3806684990162 (patch)
tree9bdcec4c2cce4db72873b8d790dc4c3c011c5f0f /sql/sql_udf.cc
parentcc71ac185d1dcef30a964b5f0b98ef4ebce263d1 (diff)
parent0e88d440d689cb8805bab3a7bcca274e0aa5c975 (diff)
downloadmariadb-git-6546f36e2d8378f224114b88cae3806684990162.tar.gz
Merge with 3.23.53
Docs/manual.texi: Auto merged sql/lock.cc: Auto merged sql/sql_show.cc: Auto merged sql/sql_table.cc: Auto merged tests/grant.pl: Auto merged sql/sql_acl.cc: Merge with 3.23.53 (fixes problem with critical region in GRANT) sql/sql_insert.cc: Merge with 3.23.53 (no changes) sql/sql_parse.cc: Merge with 3.23.53 (no changes) sql/sql_udf.cc: Merge with 3.23.53 (indent change) sql/table.h: Merge with 3.23.53 (no changes)
Diffstat (limited to 'sql/sql_udf.cc')
-rw-r--r--sql/sql_udf.cc2
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;