Vladislav Vaintroub
9ff93656ae
Fix sporadic failure of set_statement mtr test.
...
On Windows with low precision (10-16 ms) timer used for timing queries,
the statement "set @@long_query_time=0.01" can log itself a slow if it
spawn more single timer tick.
The fix is to filter this query out from "SELECT FROM mysql.slow_log"
results
2016-06-03 19:22:47 +00:00
Sergei Golubchik
dfb74dea30
Merge branch '10.0' into 10.1
2015-10-12 00:37:58 +02:00
Oleksandr Byelkin
e3982cead2
MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size)
2015-09-04 10:33:56 +02:00
Oleksandr Byelkin
a21ef88d2a
MDEV-6954: SET STATEMENT rand_seedX = ...FOR ... makes the next rand() to return 0
...
The variables now return real values. They can't be made usual variables because they do not have DEFAULT value.
2015-03-14 08:41:43 +01:00
Oleksandr Byelkin
41106b229e
MDEV-6997: SET STATEMENT last_insert_id FOR ... does not affect the value written to the binlog
...
Problem was in reinitialization of first_successful_insert_id_in_prev_stmt_for_binlog after setting variables.
2015-03-13 20:42:30 +01:00
Oleksandr Byelkin
a71e2d23bd
MDEV-7006 MDEV-7007: SET STATEMENT and slow log
...
fixed embedded server tests
MDEV-7009: SET STATEMENT min_examined_row_limit has no effect
MDEV-6948:SET STATEMENT gtid_domain_id = ... FOR has no effect (same for gtid_seq_no and server_id)
old values of SET STATENENT variables now saved in its own Query_arena and restored later
2015-03-12 10:19:32 +01:00
Oleksandr Byelkin
be73c7ee44
MDEV-6951: Erroneous SET STATEMENT produces two identical errors
...
Double error reporting removed.
2015-03-11 14:57:30 +01:00
Oleksandr Byelkin
3502d74121
MDEV-7015: SET STATEMENT old_passwords has no effect
...
Decision about algorihtm moved on prepare phase.
Made possible to add mpore password algorithms.
2014-12-02 10:59:44 +01:00
Oleksandr Byelkin
53ff66fe31
MDEV-6996: SET STATEMENT default_week_format = .. has no effect
...
Change constant with a system variable.
2014-12-02 09:29:53 +01:00
Sergei Golubchik
f7708d6830
fixes for --embedded
2014-11-29 22:29:03 +01:00
Oleksandr Byelkin
1827d9e6d1
MDEV-5231: Per query variables from Percona Server (rewritten)
2014-11-11 11:48:50 +01:00