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          650 modules/ac/access_control.c     fprintf(stderr, "ERROR %d: %s\n", SQ_errno(con), SQ_error(con));
SQ_errno         1336 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          750 modules/qi/query_instructions.c 		      SQ_errno(sql_connection),
SQ_errno          790 modules/qi/query_instructions.c       return SQ_errno(*sql_connection);
SQ_errno          830 modules/qi/query_instructions.c         sql_error = SQ_errno(sql_connection);
SQ_errno          969 modules/qi/query_instructions.c 	    sql_error = SQ_errno(sql_connection);
SQ_errno         1357 modules/qi/query_instructions.c         *sql_error = SQ_errno(sql_connection);
SQ_errno         1378 modules/qi/query_instructions.c 	        *sql_error = SQ_errno(sql_connection);
SQ_errno         1414 modules/qi/query_instructions.c 		    *sql_error = SQ_errno(sql_connection);
SQ_errno         1491 modules/qi/query_instructions.c         error = SQ_errno(sql_connection);
SQ_errno         1585 modules/qi/query_instructions.c       return SQ_errno(*sql_connection);
SQ_errno         1594 modules/qi/query_instructions.c       return SQ_errno(*sql_connection);
SQ_errno         1636 modules/qi/query_instructions.c 	    sql_error = SQ_errno(*sql_connection);
SQ_errno         1686 modules/qi/query_instructions.c       sql_error = SQ_errno(*sql_connection);
SQ_errno         1745 modules/qi/query_instructions.c         return SQ_errno(*sql_connection);
SQ_errno         1757 modules/qi/query_instructions.c         return SQ_errno(*sql_connection);
SQ_errno         1768 modules/qi/query_instructions.c         sql_error = SQ_errno(*sql_connection);
SQ_errno         1777 modules/qi/query_instructions.c 	    sql_error = SQ_errno(*sql_connection);
SQ_errno         1787 modules/qi/query_instructions.c 	    sql_error = SQ_errno(*sql_connection);
SQ_errno         1797 modules/qi/query_instructions.c 	    sql_error = SQ_errno(*sql_connection);
SQ_errno         1813 modules/qi/query_instructions.c 	    sql_error = SQ_errno(*sql_connection);
SQ_errno         1861 modules/qi/query_instructions.c 	    sql_error = SQ_errno(*sql_connection);
SQ_errno         1870 modules/qi/query_instructions.c         sql_error = SQ_errno(*sql_connection);
SQ_errno         1935 modules/qi/query_instructions.c 	      dbname, SQ_errno(sql_connection), SQ_error(sql_connection));
SQ_errno         1953 modules/qi/query_instructions.c       sql_error = SQ_errno(sql_connection);
SQ_errno         1963 modules/qi/query_instructions.c           sql_error = SQ_errno(sql_connection);
SQ_errno         2026 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)