diff options
author | anozdrin@mysql.com <> | 2006-01-11 02:07:40 +0300 |
---|---|---|
committer | anozdrin@mysql.com <> | 2006-01-11 02:07:40 +0300 |
commit | b04b851ef9540e14641db9e5ee6c5a572b8119fb (patch) | |
tree | 2d2fbf7237a87334eb708a2f4af55c8b443046df /.bzrignore | |
parent | cdf3e4c02e12d4d2de697e7237a8d1fa72a9b0ac (diff) | |
download | mariadb-git-b04b851ef9540e14641db9e5ee6c5a572b8119fb.tar.gz |
Fix for BUG#15110: mysqldump --triggers: does not include DEFINER clause
There are two main idea of this fix:
- introduce a common function for server and client to split user value
(<user name>@<host name>) into user name and host name parts;
- dump DEFINER clause in correct format in mysqldump.
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 6e1da35a08f..109f9e536a9 100644 --- a/.bzrignore +++ b/.bzrignore @@ -1269,3 +1269,6 @@ vio/viotest.cpp zlib/*.ds? zlib/*.vcproj libmysqld/ha_blackhole.cc +client/my_user.c +libmysqld/my_user.c +sql/my_user.c |