MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
gtid_utils_end.inc
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