Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 3.19.64.3
Cant Read [ /etc/named.conf ]
8.1.13
www
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
www /
server /
mysql /
mysql-test /
suite /
opt_trace /
t /
[ HOME SHELL ]
Name
Size
Permission
Action
bugs_no_prot_all.test
610
B
-rw-r--r--
bugs_no_prot_none.test
1.79
KB
-rw-r--r--
bugs_ps_prot_all.test
607
B
-rw-r--r--
bugs_ps_prot_none.test
718
B
-rw-r--r--
charset.test
2.19
KB
-rw-r--r--
debug.test
1010
B
-rw-r--r--
eq_range_statistics.test
3.28
KB
-rw-r--r--
filesort_pack-master.opt
21
B
-rw-r--r--
filesort_pack.test
14.06
KB
-rw-r--r--
filesort_pq-master.opt
21
B
-rw-r--r--
filesort_pq.test
242
B
-rw-r--r--
fulltext.test
875
B
-rw-r--r--
general2_no_prot.test
271
B
-rw-r--r--
general2_ps_prot.test
268
B
-rw-r--r--
general_no_prot_all-master.opt
21
B
-rw-r--r--
general_no_prot_all.test
638
B
-rw-r--r--
general_no_prot_none-master.op...
21
B
-rw-r--r--
general_no_prot_none.test
749
B
-rw-r--r--
general_ps_prot_all.test
635
B
-rw-r--r--
general_ps_prot_none.test
746
B
-rw-r--r--
range_no_prot.test
1.51
KB
-rw-r--r--
range_ps_prot.test
264
B
-rw-r--r--
security_no_prot.test
202
B
-rw-r--r--
security_ps_prot.test
199
B
-rw-r--r--
subquery_no_prot-master.opt
21
B
-rw-r--r--
subquery_no_prot.test
271
B
-rw-r--r--
subquery_ps_prot.test
268
B
-rw-r--r--
temp_table.test
2.89
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : debug.test
# Continuation of tests for optimizer trace. # Those need DBUG_EXECUTE_IF. --source include/have_optimizer_trace.inc --source include/have_debug.inc --echo # We want to make sure that the common case of --echo # a connection which has not enabled tracing, --echo # is optimized, i.e. neither Opt_trace_context_impl nor --echo # Opt_trace_context_stmt is created. # make server crash if it creates Opt_trace_stmt set debug="d,no_new_opt_trace_stmt"; # tracable but tracing is off select 1; # non-tracable select * from information_schema.OPTIMIZER_TRACE; # non-tracable set @a=25; # Force creation of Opt_trace_context_impl and Opt_trace_stmt set debug="default"; set optimizer_trace="enabled=on"; select 2; select * from information_schema.OPTIMIZER_TRACE; set optimizer_trace="enabled=off"; set debug="d,no_new_opt_trace_stmt"; # tracable, but tracing is off again (thd->opt_trace->is_started() is false) select 3; # should see only trace of "select 2" select * from information_schema.OPTIMIZER_TRACE;
Close