#
9484248c |
| 22-Mar-2011 |
Andrey Hristov |
remove unneeded includes
|
#
15fd9c4f |
| 22-Mar-2011 |
Andrey Hristov |
remove unneeded includes
|
#
3afdf62d |
| 21-Mar-2011 |
Andrey Hristov |
throw out legacy code, that never was used for something useful. Was added for QC but QC is now a plugin, not part of the core.
|
Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1 |
|
#
ce4e6f4d |
| 24-Jan-2011 |
Andrey Hristov |
Handle MySQL 5.5 authentication features. Authentication protocol can be changed, a new raw packet is introduced, which includes only the "encrypted" data for the auth plugin, sent after
Handle MySQL 5.5 authentication features. Authentication protocol can be changed, a new raw packet is introduced, which includes only the "encrypted" data for the auth plugin, sent after change protocol (0xFE) is sent to the client.
show more ...
|
#
16c6ce94 |
| 14-Jan-2011 |
Andrey Hristov |
Update on the mysqlnd auth plugins, changed the plugin structure and where they load themselves. 0xFE packets (method switch) needs to be done, additional wire-level packet to be created
Update on the mysqlnd auth plugins, changed the plugin structure and where they load themselves. 0xFE packets (method switch) needs to be done, additional wire-level packet to be created to be parsed and the packet doesn't fit the PACKET_OK structure anymore.
show more ...
|
#
429e07bb |
| 12-Jan-2011 |
Andrey Hristov |
grok the MySQL 5.5 extended handshake. Move the authentication routines, the native ones, to separate file and encapsulate them in a plugin. Depending on the server version and what the s
grok the MySQL 5.5 extended handshake. Move the authentication routines, the native ones, to separate file and encapsulate them in a plugin. Depending on the server version and what the server requests (or doesn't in old versions) load the authentication plugin to handle it. Currently only the 4.1+ authentication is supported. More to come
show more ...
|
#
ddbbcdce |
| 11-Jan-2011 |
Andrey Hristov |
Use common code to handle initial authentication and COM_CHANGE_USER
|
Revision tags: php-5.2.17, php-5.3.5 |
|
#
927bf09c |
| 01-Jan-2011 |
Felipe Pena |
- Year++
|
#
0203cc3d |
| 01-Jan-2011 |
Felipe Pena |
- Year++
|
Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1 |
|
#
837391a9 |
| 05-Nov-2010 |
Andrey Hristov |
two new stats
|
#
bcb4c842 |
| 05-Nov-2010 |
Andrey Hristov |
two new stats
|
#
82de444f |
| 05-Oct-2010 |
Andrey Hristov |
rename parameter name - should not shadow the global symbol alloca
|
#
223832c5 |
| 05-Oct-2010 |
Andrey Hristov |
rename parameter name - should not shadow the global symbol alloca
|
#
bf7e6f93 |
| 05-Oct-2010 |
Andrey Hristov |
add some safe casts
|
#
a9da8480 |
| 05-Oct-2010 |
Andrey Hristov |
add some safe casts
|
#
a3f2895e |
| 05-Oct-2010 |
Andrey Hristov |
fix types
|
#
df2261df |
| 05-Oct-2010 |
Andrey Hristov |
fix types
|
#
a4ad1114 |
| 04-Oct-2010 |
Andrey Hristov |
fix two more warnings
|
#
026da7d4 |
| 04-Oct-2010 |
Andrey Hristov |
fix two more warnings
|
#
216effe4 |
| 23-Sep-2010 |
Andrey Hristov |
WS fixes
|
#
859a1404 |
| 23-Sep-2010 |
Andrey Hristov |
WS fixes
|
#
9da177f8 |
| 12-Aug-2010 |
Andrey Hristov |
Allocate memory in a burst mode, and later use it. Increases locality of the data. Also use MYSQLND_INC_CONN_STATISTIC in one place, instead of two, thus removing code duplication from ma
Allocate memory in a burst mode, and later use it. Increases locality of the data. Also use MYSQLND_INC_CONN_STATISTIC in one place, instead of two, thus removing code duplication from macro expansion - less code to fit in the instruction cache.
show more ...
|
#
6fc06f26 |
| 12-Aug-2010 |
Andrey Hristov |
Allocate memory in a burst mode, and later use it. Increases locality of the data. Also use MYSQLND_INC_CONN_STATISTIC in one place, instead of two, thus removing code duplication from ma
Allocate memory in a burst mode, and later use it. Increases locality of the data. Also use MYSQLND_INC_CONN_STATISTIC in one place, instead of two, thus removing code duplication from macro expansion - less code to fit in the instruction cache.
show more ...
|
#
c974313a |
| 12-Aug-2010 |
Andrey Hristov |
Switch from using PHP_MAJOR_VERSION to separate define for unicode. Unicode is no more, but these are "bookmarks" where to change mysqlnd, if Unicode becomes trendy again.
|
#
92ef63a0 |
| 12-Aug-2010 |
Andrey Hristov |
Switch from using PHP_MAJOR_VERSION to separate define for unicode. Unicode is no more, but these are "bookmarks" where to change mysqlnd, if Unicode becomes trendy again.
|