lp:~percona-dev/percona-server/release-5.1.52-12-without-response_time_distribution

Created by Oleg Tsarev and last modified
Get this branch:
bzr branch lp:~percona-dev/percona-server/release-5.1.52-12-without-response_time_distribution
Members of Percona developers can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Recent revisions

155. By Oleg Tsarev

fix response time distribution (--without-response-time-distribution)
add new variable "have_response_time_distribution

154. By Oleg Tsarev

return back patch mysql_remove_eol_carret.patch

153. By Oleg Tsarev

Fix tests, those analyze slow-query-log.
Replace 'cat var/...' by 'cat $MYSQLTEST_VARDIR/...'

152. By Oleg Tsarev

Fix test for response-time-distribution.
I add DBUG_EXECUTE_IF_VARIABLE "response_time_distribution_log_only_more_300_milliseconds".
If you enable this variable by 'SET SESSION debug="+d,response_time_distribution_log_only_more_300_milliseconds"'
all queries what work less than 300 milliseconds don't count in QUERY_RESPONSE_TIME.
As result - now tests work stable.

151. By Oleg Tsarev

Now Makefile and install_tests.sh look to enviroment variable 'PERCONA_SERVER' instead of mandatory 'Percona-Server'.
You can call 'PERCONA_SERVER=a make all' for unpack source code and apply patches in 'a' directory instead of 'Percona-Server'.
Also you can call 'PERCONA_SERVER=a ./install_tests.sh' or 'PERCONA_SERVER=c ./install_tests.sh'.

150. By Oleg Tsarev

merge from ~catap/percona-server/fix-install_tests

149. By Alexey Kopytov

Addendum to patch for LP bug #673567:

Fixed broken #ifdef blocks introduced by the previous patch.

148. By Alexey Kopytov

LP bug#673567: Unnecessary compile-time warnings about -lrt

Compiler could produce spurious warnings when building on non-Linux
platforms.

Removed the compiler warning about missing clock_gettime(). We now check
if clock_gettime() is present in librt at configure stage. If yes, we add
-lrt to LIBS.

147. By Oleg Tsarev

change test installation (script ./install_tests.sh now install only tests for patches from series)
move tests for show_slave_status_nolock.patch from mysql-test/slow_extended.patch to mysql-test/

146. By Oleg Tsarev

fix bug 676146
> Test doesn't work on row-based replication. Now test check replication type

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.