PM_get_minmax_serial   69 modules/pm/protocol_mirror.h #define PM_get_current_serial(connection) PM_get_minmax_serial(connection, 1)
PM_get_minmax_serial   70 modules/pm/protocol_mirror.h #define PM_get_oldest_serial(connection) PM_get_minmax_serial(connection, 0)
PM_get_minmax_serial   73 modules/pm/protocol_mirror.h long PM_get_minmax_serial(SQ_connection_t *sql_connection, int max);