[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.191.205.190: ~ $
SELECT @sum:=SUM(`int1` + `int1_key` + `int1_unique`
               + `int2` + `int2_key` + `int2_unique`) 
         AS TotalSum 
         FROM t1;

# Get some diagnostics if sum is non-zero
if (`SELECT @sum`)
{
    # Get sum of consistent rows (should be 0)
    SELECT SUM(`int1` + `int1_key` + `int1_unique` + `int2` + `int2_key` + `int2_unique`) FROM t1 where `is_consistent` = 1;

    # Get sum of inconsistent rows (should be non-0 if the total sum is to be non-0)
    SELECT SUM(`int1` + `int1_key` + `int1_unique` + `int2` + `int2_key` + `int2_unique`) FROM t1 where `is_consistent` = 0;

    # Get number of inconsistent rows
    SELECT COUNT(*) FROM t1 WHERE `is_consistent` = 0;

    # See if there is a single row which is the culprit
    SELECT * FROM t1 WHERE `int1` + `int1_key` + `int1_unique` + `int2` + `int2_key` + `int2_unique` = @sum;

    SELECT * FROM t1 WHERE `int1` + `int1_key` + `int1_unique` + `int2` + `int2_key` + `int2_unique` = -@sum;
}

Filemanager

Name Type Size Permission Actions
init_innodb.test File 110 B 0644
rr_c_count_not_zero.test File 1.02 KB 0644
rr_c_stats.test File 131 B 0644
rr_i_40-44.test File 5.54 KB 0644
rr_id_3.test File 995 B 0644
rr_id_900.test File 5.74 KB 0644
rr_insert_select_2.test File 2.11 KB 0644
rr_iud_rollback-multi-50.test File 3.02 KB 0644
rr_replace_7-8.test File 3.87 KB 0644
rr_s_select-uncommitted.test File 387 B 0644
rr_sc_select-limit-nolimit_4.test File 2.34 KB 0644
rr_sc_select-same_2.test File 1.93 KB 0644
rr_sc_sum_total.test File 968 B 0644
rr_u_10-19.test File 15.41 KB 0644
rr_u_10-19_nolimit.test File 15.03 KB 0644
rr_u_4.test File 1.36 KB 0644