php-src/ext/mysqlnd
Andrey Hristov 2e3e86b996 clear error before doing anything, because we can get
trapped by previous error :
php -r '$link = mysqli_init();
var_dump($link->real_connect("127.0.0.1", "unknown", "unknown"));
var_dump($link->real_connect("127.0.0.1", "known", "password"));'

shows the problem. The second connect did not work, as it should be.
2011-01-28 17:33:14 +00:00
..
config9.m4 grok the MySQL 5.5 extended handshake. 2011-01-12 21:40:05 +00:00
config-win.h MFB: More Windows types cleanup 2008-11-06 18:48:55 +00:00
config.w32 Fix mysqlnd build 2011-01-16 15:44:48 +00:00
CREDITS Import mysqlnd 2007-10-05 21:23:56 +00:00
mysqlnd_auth.c a better habitat 2011-01-27 18:51:12 +00:00
mysqlnd_block_alloc.c - Year++ 2011-01-01 02:17:06 +00:00
mysqlnd_block_alloc.h - Year++ 2011-01-01 02:17:06 +00:00
mysqlnd_charset.c - Year++ 2011-01-01 02:17:06 +00:00
mysqlnd_charset.h - Year++ 2011-01-01 02:17:06 +00:00
mysqlnd_debug.c - Year++ 2011-01-01 02:17:06 +00:00
mysqlnd_debug.h - Year++ 2011-01-01 02:17:06 +00:00
mysqlnd_enum_n_def.h Handle MySQL 5.5 authentication features. 2011-01-24 12:34:47 +00:00
mysqlnd_libmysql_compat.h - Year++ 2011-01-01 02:17:06 +00:00
mysqlnd_loaddata.c - Year++ 2011-01-01 02:17:06 +00:00
mysqlnd_net.c Handle MySQL 5.5 authentication features. 2011-01-24 12:34:47 +00:00
mysqlnd_net.h - Year++ 2011-01-01 02:17:06 +00:00
mysqlnd_plugin.c plug a leak 2011-01-10 15:28:52 +00:00
mysqlnd_portability.h Even better patch 2010-10-04 12:59:29 +00:00
mysqlnd_priv.h small cleanups 2011-01-24 13:58:18 +00:00
mysqlnd_ps_codec.c - Year++ 2011-01-01 02:17:06 +00:00
mysqlnd_ps.c - fix the fix (wrong test) 2011-01-18 10:29:26 +00:00
mysqlnd_result_meta.c - Year++ 2011-01-01 02:17:06 +00:00
mysqlnd_result_meta.h - Year++ 2011-01-01 02:17:06 +00:00
mysqlnd_result.c Proper fix for 2011-01-07 14:22:30 +00:00
mysqlnd_result.h - Year++ 2011-01-01 02:17:06 +00:00
mysqlnd_statistics.c fix ZTS build 2011-01-19 17:51:02 +00:00
mysqlnd_statistics.h - Year++ 2011-01-01 02:17:06 +00:00
mysqlnd_structs.h Handle MySQL 5.5 authentication features. 2011-01-24 12:34:47 +00:00
mysqlnd_wireprotocol.c Handle MySQL 5.5 authentication features. 2011-01-24 12:34:47 +00:00
mysqlnd_wireprotocol.h Handle MySQL 5.5 authentication features. 2011-01-24 12:34:47 +00:00
mysqlnd.c clear error before doing anything, because we can get 2011-01-28 17:33:14 +00:00
mysqlnd.h Change things to allow passing of the password length 2011-01-14 13:00:42 +00:00
php_mysqlnd.c - Year++ 2011-01-01 02:17:06 +00:00
php_mysqlnd.h - Year++ 2011-01-01 02:17:06 +00:00