summaryrefslogtreecommitdiff
path: root/sql/sp.cc
diff options
context:
space:
mode:
authorgluh@mysql.com/gluh.(none) <>2006-09-28 18:00:44 +0500
committergluh@mysql.com/gluh.(none) <>2006-09-28 18:00:44 +0500
commit353c5bd1545ae76e408e59be8a4a01ba040906eb (patch)
tree75a14cd1cabe042bc19201ae37a628edb76b5a38 /sql/sp.cc
parentb7e59b7085b3d782c06fb1a5cf8b1f639699c33d (diff)
downloadmariadb-git-353c5bd1545ae76e408e59be8a4a01ba040906eb.tar.gz
after merge fix
Diffstat (limited to 'sql/sp.cc')
-rw-r--r--sql/sp.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sp.cc b/sql/sp.cc
index f0a748cf8a2..7f2cada61c8 100644
--- a/sql/sp.cc
+++ b/sql/sp.cc
@@ -414,8 +414,8 @@ db_load_routine(THD *thd, int type, sp_name *name, sp_head **sphp,
sp_rcontext *old_spcont= thd->spcont;
char definer_user_name_holder[USERNAME_LENGTH + 1];
- LEX_STRING_WITH_INIT definer_user_name(definer_user_name_holder,
- USERNAME_LENGTH);
+ LEX_STRING definer_user_name= { definer_user_name_holder,
+ USERNAME_LENGTH };
char definer_host_name_holder[HOSTNAME_LENGTH + 1];
LEX_STRING definer_host_name= { definer_host_name_holder, HOSTNAME_LENGTH };