My Project
Public Member Functions
Item_func_gtid_subset Class Reference
Inheritance diagram for Item_func_gtid_subset:
Item_int_func Item_func Item_result_field Item

List of all members.

Public Member Functions

 Item_func_gtid_subset (Item *a, Item *b)
longlong val_int ()
const char * func_name () const
void fix_length_and_dec ()

Member Function Documentation

longlong Item_func_gtid_subset::val_int ( void  ) [virtual]

Return 1 if both arguments are Gtid_sets and the first is a subset of the second. Generate an error if any of the arguments is not a Gtid_set.

Implements Item.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines