SQ_errno          83 include/mysql_driver.h int SQ_errno(SQ_connection_t *sql_connection);
SQ_errno         106 modules/aa/aa.c    fprintf(stderr, "ERROR %d: %s\n", SQ_errno(con), SQ_error(con));
SQ_errno         112 modules/aa/aa.c    fprintf(stderr, "ERROR %d: %s\n", SQ_errno(con), SQ_error(con));
SQ_errno         627 modules/ac/access_control.c     fprintf(stderr, "ERROR %d: %s\n", SQ_errno(con), SQ_error(con));
SQ_errno        1284 modules/ac/access_control.c       fprintf(stderr, "ERROR %d: %s\n", SQ_errno(con), SQ_error(con));
SQ_errno         339 modules/pm/protocol_mirror.c       ER_perror(FAC_PM, PM_NOSQLC," database='%s' [%d] %s",db_name, SQ_errno(sql_connection), SQ_error(sql_connection));
SQ_errno         354 modules/pm/protocol_mirror.c       ER_perror(FAC_PM, PM_NOSERN," database='%s' [%d] %s",db_name, SQ_errno(sql_connection), SQ_error(sql_connection));
SQ_errno        1351 modules/qi/query_instructions.c                SQ_errno(*sql_connection), SQ_error(*sql_connection));
SQ_errno        1570 modules/qi/query_instructions.c        dbname, SQ_errno(sql_connection), SQ_error(sql_connection));
SQ_errno         188 modules/rp/rp_load.c     fprintf(stderr, "ERROR %d: %s\n", SQ_errno(con), SQ_error(con));
SQ_errno         200 modules/rp/rp_load.c         && SQ_errno(con) == 0 ) {
SQ_errno         234 modules/rp/rp_load.c   if( SQ_errno(con) == 0 ) {
SQ_errno          83 modules/sq/mysql_driver.h int SQ_errno(SQ_connection_t *sql_connection);
SQ_errno         772 modules/ud/ud_core.c              if(SQ_errno(tr->sql_connection) != ER_DUP_ENTRY) {
SQ_errno        1191 modules/ud/ud_core.c    if(SQ_errno(tr->sql_connection) == ER_DUP_ENTRY){ /* Only error "Duplicate entry" may be considered*/
SQ_errno         126 tests/sq/test_sq.c       if (SQ_errno(con) == 0) {
SQ_errno         146 tests/sq/test_sq.c         fprintf(stderr, "ERROR %d: %s\n", SQ_errno(con), SQ_error(con));
SQ_errno         184 tests/sq/test_sq.c         fprintf(stderr, "ERROR %d: %s\n", SQ_errno(con), SQ_error(con));
SQ_errno         220 tests/sq/test_sq.c         fprintf(stderr, "ERROR %d: %s\n", SQ_errno(con), SQ_error(con));
SQ_errno         277 tests/sq/test_sq.c         fprintf(stderr, "ERROR %d: %s\n", SQ_errno(con), SQ_error(con));
SQ_errno        1046 utils/hs_cleanup/hs_cleanup.c       if (SQ_errno(connection) == ER_TABLE_EXISTS_ERROR)