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:
@ -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",
|
||||
|
Reference in New Issue
Block a user