~ubuntu-branches/ubuntu/trusty/mysql-5.6/trusty

« back to all changes in this revision

Viewing changes to mysql-test/include/gtid_utils_end.inc

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-02-12 11:54:27 UTC
  • Revision ID: package-import@ubuntu.com-20140212115427-oq6tfsqxl1wuwehi
Tags: upstream-5.6.15
ImportĀ upstreamĀ versionĀ 5.6.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# ==== Purpose ====
 
2
#
 
3
# Clean up what include/gtid_utils.inc created.
 
4
#
 
5
# ==== Usage ====
 
6
#
 
7
# See include/gtid_utils.inc
 
8
 
 
9
--let $include_filename= gtid_utils_end.inc
 
10
--source include/begin_include_file.inc
 
11
 
 
12
--disable_query_log
 
13
 
 
14
DROP FUNCTION GTID_IS_EQUAL;
 
15
DROP FUNCTION GTID_IS_DISJOINT;
 
16
DROP FUNCTION GTID_IS_DISJOINT_UNION;
 
17
DROP FUNCTION GTID_UNION;
 
18
DROP FUNCTION GTID_INTERSECT;
 
19
DROP FUNCTION GTID_SYMMETRIC_DIFFERENCE;
 
20
DROP FUNCTION GTID_SUBTRACT_UUID;
 
21
DROP FUNCTION GTID_INTERSECT_UUID;
 
22
DROP FUNCTION GTID_COMPARE;
 
23
DROP FUNCTION NUMBER_TO_UUID;
 
24
DROP FUNCTION UUID_TO_NUMBER;
 
25
 
 
26
--let $include_filename= gtid_utils.inc
 
27
--source include/end_include_file.inc