SQ_errno          85 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         624 modules/ac/access_control.c     fprintf(stderr, "ERROR %d: %s\n", SQ_errno(con), SQ_error(con));
SQ_errno        1281 modules/ac/access_control.c       fprintf(stderr, "ERROR %d: %s\n", SQ_errno(con), SQ_error(con));
SQ_errno         363 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         379 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         749 modules/qi/query_instructions.c                SQ_errno(sql_connection),
SQ_errno         788 modules/qi/query_instructions.c       return SQ_errno(*sql_connection);
SQ_errno         843 modules/qi/query_instructions.c      sql_error = SQ_errno(sql_connection);
SQ_errno        1217 modules/qi/query_instructions.c         *sql_error = SQ_errno(sql_connection);
SQ_errno        1232 modules/qi/query_instructions.c          *sql_error = SQ_errno(sql_connection);
SQ_errno        1264 modules/qi/query_instructions.c              *sql_error = SQ_errno(sql_connection);
SQ_errno        1327 modules/qi/query_instructions.c         return SQ_errno(sql_connection);
SQ_errno        1416 modules/qi/query_instructions.c       return SQ_errno(*sql_connection);
SQ_errno        1424 modules/qi/query_instructions.c       return SQ_errno(*sql_connection);
SQ_errno        1465 modules/qi/query_instructions.c      sql_error = SQ_errno(*sql_connection);
SQ_errno        1515 modules/qi/query_instructions.c       return SQ_errno(*sql_connection);
SQ_errno        1571 modules/qi/query_instructions.c         return SQ_errno(*sql_connection);
SQ_errno        1583 modules/qi/query_instructions.c         return SQ_errno(*sql_connection);
SQ_errno        1594 modules/qi/query_instructions.c         sql_error = SQ_errno(*sql_connection);
SQ_errno        1603 modules/qi/query_instructions.c      sql_error = SQ_errno(*sql_connection);
SQ_errno        1613 modules/qi/query_instructions.c      sql_error = SQ_errno(*sql_connection);
SQ_errno        1623 modules/qi/query_instructions.c      sql_error = SQ_errno(*sql_connection);
SQ_errno        1639 modules/qi/query_instructions.c      sql_error = SQ_errno(*sql_connection);
SQ_errno        1687 modules/qi/query_instructions.c      sql_error = SQ_errno(*sql_connection);
SQ_errno        1696 modules/qi/query_instructions.c         sql_error = SQ_errno(*sql_connection);
SQ_errno        1761 modules/qi/query_instructions.c        dbname, SQ_errno(sql_connection), SQ_error(sql_connection));
SQ_errno        1779 modules/qi/query_instructions.c       sql_error = SQ_errno(sql_connection);
SQ_errno        1789 modules/qi/query_instructions.c           sql_error = SQ_errno(sql_connection);
SQ_errno        1847 modules/qi/query_instructions.c       sql_error = SQ_errno(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          85 modules/sq/mysql_driver.h int SQ_errno(SQ_connection_t *sql_connection);
SQ_errno         791 modules/ud/ud_core.c              if(SQ_errno(tr->sql_connection) != ER_DUP_ENTRY) {
SQ_errno        1227 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        1117 utils/hs_cleanup/hs_cleanup.c       if (SQ_errno(connection) == ER_TABLE_EXISTS_ERROR)