SQ_errno          85 include/mysql_driver.h int SQ_errno(SQ_connection_t *sql_connection);
SQ_errno         103 modules/aa/aa.c    fprintf(stderr, "ERROR %d: %s\n", SQ_errno(con), SQ_error(con));
SQ_errno         109 modules/aa/aa.c    fprintf(stderr, "ERROR %d: %s\n", SQ_errno(con), SQ_error(con));
SQ_errno         616 modules/ac/access_control.c     fprintf(stderr, "ERROR %d: %s\n", SQ_errno(con), SQ_error(con));
SQ_errno        1273 modules/ac/access_control.c       fprintf(stderr, "ERROR %d: %s\n", SQ_errno(con), SQ_error(con));
SQ_errno         347 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         363 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         745 modules/qi/query_instructions.c                SQ_errno(sql_connection),
SQ_errno         785 modules/qi/query_instructions.c       return SQ_errno(*sql_connection);
SQ_errno         825 modules/qi/query_instructions.c         sql_error = SQ_errno(sql_connection);
SQ_errno         968 modules/qi/query_instructions.c      sql_error = SQ_errno(sql_connection);
SQ_errno        1356 modules/qi/query_instructions.c         *sql_error = SQ_errno(sql_connection);
SQ_errno        1377 modules/qi/query_instructions.c          *sql_error = SQ_errno(sql_connection);
SQ_errno        1413 modules/qi/query_instructions.c              *sql_error = SQ_errno(sql_connection);
SQ_errno        1490 modules/qi/query_instructions.c         error = SQ_errno(sql_connection);
SQ_errno        1584 modules/qi/query_instructions.c       return SQ_errno(*sql_connection);
SQ_errno        1593 modules/qi/query_instructions.c       return SQ_errno(*sql_connection);
SQ_errno        1635 modules/qi/query_instructions.c      sql_error = SQ_errno(*sql_connection);
SQ_errno        1685 modules/qi/query_instructions.c       sql_error = SQ_errno(*sql_connection);
SQ_errno        1744 modules/qi/query_instructions.c         return SQ_errno(*sql_connection);
SQ_errno        1756 modules/qi/query_instructions.c         return SQ_errno(*sql_connection);
SQ_errno        1767 modules/qi/query_instructions.c         sql_error = SQ_errno(*sql_connection);
SQ_errno        1776 modules/qi/query_instructions.c      sql_error = SQ_errno(*sql_connection);
SQ_errno        1786 modules/qi/query_instructions.c      sql_error = SQ_errno(*sql_connection);
SQ_errno        1796 modules/qi/query_instructions.c      sql_error = SQ_errno(*sql_connection);
SQ_errno        1812 modules/qi/query_instructions.c      sql_error = SQ_errno(*sql_connection);
SQ_errno        1860 modules/qi/query_instructions.c      sql_error = SQ_errno(*sql_connection);
SQ_errno        1869 modules/qi/query_instructions.c         sql_error = SQ_errno(*sql_connection);
SQ_errno        1934 modules/qi/query_instructions.c        dbname, SQ_errno(sql_connection), SQ_error(sql_connection));
SQ_errno        1952 modules/qi/query_instructions.c       sql_error = SQ_errno(sql_connection);
SQ_errno        1962 modules/qi/query_instructions.c           sql_error = SQ_errno(sql_connection);
SQ_errno        2025 modules/qi/query_instructions.c       sql_error = SQ_errno(sql_connection);
SQ_errno         178 modules/rp/rp_load.c     fprintf(stderr, "ERROR %d: %s\n", SQ_errno(con), SQ_error(con));
SQ_errno         190 modules/rp/rp_load.c         && SQ_errno(con) == 0 ) {
SQ_errno         224 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         781 modules/ud/ud_core.c              if(sql_err && (SQ_errno(tr->sql_connection) != ER_DUP_ENTRY)) {
SQ_errno        1325 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)