summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/mysqli_get_client_stats.phpt
Commit message (Expand)AuthorAgeFilesLines
* Run tidyNikita Popov2020-09-181-1/+1
* Remove vestiges of embedded mysql from testsNikita Popov2020-09-171-1/+0
* Reindent phpt filesNikita Popov2020-02-031-815/+815
* Merge branch 'PHP-7.4'Nikita Popov2019-12-271-20/+8
|\
| * Don't test the RENAME DATABASE queryNikita Popov2019-12-271-20/+8
* | Adjust tests for zpp TypeError changeNikita Popov2019-03-111-4/+0
|/
* Merge branch 'PHP-7.1' into PHP-7.2Darek Slusarczyk2019-02-111-0/+1
|\
| * security fix - by default 'local infile' is disabled:Darek Slusarczyk2019-02-111-0/+1
| * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-151-1/+1
* | Remove more PHP 6 leftovers from testsNikita Popov2016-11-241-327/+327
* | Fix two testsTom Van Looy2016-11-221-0/+1
* | Cleanup tests version checksTom Van Looy2016-11-201-3/+1
|/
* - Make functions static, as they are not needed to be public - exportedAndrey Hristov2016-01-041-2/+6
* Fix for Bug #70384 mysqli_real_query(): Unknown type 245 sent by the serverAndrey Hristov2015-09-231-1/+3
* Fixed PHP6 unicode related testsDmitry Stogov2014-08-151-1/+1
* non living code related typo fixesVeres Lajos2013-08-041-1/+1
* Testing for the two new statistics 'bytes_received_real_data_normal' and 'byt...Ulf Wendel2010-11-121-3/+74
* two new statsAndrey Hristov2010-11-051-1/+5
* Fix testAndrey Hristov2010-05-261-7/+11
* Make it coupled - what is allocated with mnd_ should be freedAndrey Hristov2010-03-291-1/+9
* Fixing stats, updating test to accept new statsUlf Wendel2009-10-221-1/+5
* Using require[_once] instead of include. Adding logic to connect.inc to detec...Ulf Wendel2009-10-191-2/+2
* Extending mysqlnd statistics/monitoring. Now counting COM_* commands.Ulf Wendel2009-10-161-1/+59
* Updating test because of http://news.php.net/php.cvs/60561Ulf Wendel2009-10-011-2/+2
* Proxying as many connect calls as possible to make testing of the compression...Ulf Wendel2009-09-241-2/+2
* Fixing mysqli_get_client_stats.phpt. More testing for MYSQLI_INIT_COMMANDUlf Wendel2009-09-211-1/+7
* Adapting (old) tests to current PHP 6 semantics - s/unicode.semantics test/ve...Ulf Wendel2009-07-061-1/+1
* Adding --CLEAN-- sections to all ext/mysqli testsUlf Wendel2009-07-061-0/+26
* 1) Changing EXPECT[F] sections to work with PHP 5.3 and PHP 6. 2) Merging a ...Ulf Wendel2009-05-281-240/+240
* - Removed UEXPECT(F)Felipe Pena2009-01-061-253/+0
* Fix testsAndrey Hristov2008-10-271-4/+236
* MFB:Andrey Hristov2008-01-281-4/+4
* MFB: More optimizations - less MM callsAndrey Hristov2008-01-281-4/+4
* More updates to the ext/mysqli tests in HEAD = synching with 5_3Ulf Wendel2007-10-101-13/+502
* More changes related to MYSQL_TEST_SKIP_CONNECT_FAILURE.Ulf Wendel2007-08-091-0/+1
* Adding tests for a few new functions that come with mysqlnd:Ulf Wendel2007-07-231-0/+644