1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Merge mysql.com:/mnt/hda4/home/alik/MySQL/devel/5.0-tree

into  mysql.com:/mnt/hda4/home/alik/MySQL/devel/5.1-tree
This commit is contained in:
anozdrin@mysql.com
2006-03-10 22:37:38 +03:00
3 changed files with 6 additions and 7 deletions

View File

@ -1482,7 +1482,7 @@ static uint dump_routines_for_db(char *db)
query_str_tail= strnmov(query_str, row[2],
definer_begin - row[2]);
query_str_tail= strmov(query_str_tail, "*/ /*!50019");
query_str_tail= strmov(query_str_tail, "*/ /*!50020");
query_str_tail= strnmov(query_str_tail, definer_begin,
definer_end - definer_begin);
query_str_tail= strxmov(query_str_tail, "*/ /*!50003",