Andrey Hristov
|
34846cff4d
|
Remove unused macros
|
2011-03-16 14:10:59 +00:00 |
|
Andrey Hristov
|
4a38256394
|
compiler warnings fixed
|
2011-03-16 11:51:56 +00:00 |
|
Andrey Hristov
|
c9e94fe753
|
Fix more warnings about size_t
|
2011-02-01 19:30:22 +00:00 |
|
Andrey Hristov
|
01745fa657
|
Fix more warnings about size_t
|
2011-02-01 19:30:22 +00:00 |
|
Felipe Pena
|
927bf09c29
|
- Year++
|
2011-01-01 02:19:59 +00:00 |
|
Felipe Pena
|
0203cc3d44
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
|
Andrey Hristov
|
2d2d6f84ba
|
fix some uninitialized variables. also fix shadowing of global symbols
|
2010-10-07 13:49:00 +00:00 |
|
Andrey Hristov
|
0e519d247e
|
fix some uninitialized variables. also fix shadowing of global symbols
|
2010-10-07 13:49:00 +00:00 |
|
Andrey Hristov
|
216effe4f5
|
WS fixes
|
2010-09-23 16:03:22 +00:00 |
|
Andrey Hristov
|
859a1404bf
|
WS fixes
|
2010-09-23 16:03:22 +00:00 |
|
Andrey Hristov
|
b61d7501c9
|
Bail if allocation fails
|
2010-05-31 17:09:13 +00:00 |
|
Andrey Hristov
|
6ed619a351
|
Bail if allocation fails
|
2010-05-31 17:09:13 +00:00 |
|
Felipe Pena
|
a175419f84
|
- Fix copyrights
|
2010-04-20 13:50:34 +00:00 |
|
Felipe Pena
|
6d951e2ded
|
- Fix copyrights
|
2010-04-20 13:50:34 +00:00 |
|
Andrey Hristov
|
6aa682f564
|
CS + WS changes
|
2010-04-15 12:55:04 +00:00 |
|
Andrey Hristov
|
a9880e78c6
|
CS + WS changes
|
2010-04-15 12:55:04 +00:00 |
|
Andrey Hristov
|
f8dcfbc74f
|
refactoring : move more network related functions to
mysqlnd_net.c . Now communication is split on two levels:
- logical (functions send and receive)
- physical (functions network_read and network_write)
|
2009-12-17 13:29:46 +00:00 |
|
Andrey Hristov
|
028bd4ba02
|
refactoring : move more network related functions to
mysqlnd_net.c . Now communication is split on two levels:
- logical (functions send and receive)
- physical (functions network_read and network_write)
|
2009-12-17 13:29:46 +00:00 |
|
Andrey Hristov
|
2cc95115f3
|
Move two functions which are used in the extension as methods of
the connection. Two functions less in the global namespace.
|
2009-12-11 10:18:00 +00:00 |
|
Andrey Hristov
|
0c7a9b8010
|
Move two functions which are used in the extension as methods of
the connection. Two functions less in the global namespace.
|
2009-12-11 10:18:00 +00:00 |
|
Andrey Hristov
|
5143fe41e2
|
Compressed protocol support + extensibility for mysqlnd
|
2009-11-20 08:12:14 +00:00 |
|
Andrey Hristov
|
7674c942c7
|
Compressed protocol support + extensibility for mysqlnd
|
2009-11-20 08:12:14 +00:00 |
|
Sebastian Bergmann
|
08659c2dcd
|
MFH: Bump copyright year, 3 of 3.
|
2008-12-31 11:15:49 +00:00 |
|
Sebastian Bergmann
|
7f4dc8702a
|
Bump copyright year, 3 of 3.
|
2008-12-31 11:12:40 +00:00 |
|
Johannes Schlüter
|
836dd82c8e
|
MFH: No infinite loop in case the connection broke
|
2008-11-28 14:38:03 +00:00 |
|
Johannes Schlüter
|
5522a99905
|
No infinite loop in case the connection broke
|
2008-11-28 14:37:43 +00:00 |
|
Andrey Hristov
|
9186528994
|
MFH:
Get rid of many defines (which simplifies the code a lot),
as well as uint->unsigned int
|
2008-11-06 10:37:47 +00:00 |
|
Andrey Hristov
|
0b46d6b5a5
|
Get rid of many defines (which simplifies the code a lot),
as well as uint->unsigned int
|
2008-11-06 10:36:30 +00:00 |
|
Johannes Schlüter
|
04d9bbe65e
|
MFH: Fix #46285 (lastInsertId() returns "0" when a deferenced PDOStatement is
executed)
|
2008-10-27 17:21:22 +00:00 |
|
Johannes Schlüter
|
96b3cd0a64
|
Fix #46285 (lastInsertId() returns "0" when a deferenced PDOStatement is
executed)
|
2008-10-27 17:20:26 +00:00 |
|
Andrey Hristov
|
de560f3161
|
MFB: Update CVS from the development tree
|
2008-04-16 12:57:38 +00:00 |
|
Andrey Hristov
|
c931468b88
|
Update ext/mysql, ext/mysqli and ext/mysqlnd from development tree
|
2008-04-16 12:53:18 +00:00 |
|
Andrey Hristov
|
c52b63ea1d
|
Merge with internal version
|
2008-01-23 19:11:28 +00:00 |
|
Andrey Hristov
|
69f4a40d99
|
Merge with internal version
|
2008-01-23 19:09:33 +00:00 |
|
Andrey Hristov
|
5a4f6015bb
|
strncpy->strlcpy
|
2008-01-08 13:13:39 +00:00 |
|
Andrey Hristov
|
82e36686b3
|
strncpy->strlcpy
|
2008-01-08 13:11:55 +00:00 |
|
Sebastian Bergmann
|
d1dded8751
|
MFH: Bump copyright year, 2 of 2.
|
2007-12-31 07:17:19 +00:00 |
|
Sebastian Bergmann
|
9b620d50b4
|
Bump copyright year, 2 of 2.
|
2007-12-31 07:12:20 +00:00 |
|
Andrey Hristov
|
8b9b553aa2
|
Import mysqlnd
Patch ext/mysql and ext/mysqli to support mysqlnd
|
2007-10-05 21:23:56 +00:00 |
|
Andrey Hristov
|
9ac92cfecb
|
Update mysqlnd in HEAD
Updated ext/mysql and ext/mysqli in HEAD
|
2007-10-02 10:45:27 +00:00 |
|
Jani Taskinen
|
f3c2a33f42
|
- Moved mysqnd to it's own directory: It is sort of an extension itself.
(Similar to what ext/libxml is..)
|
2007-07-25 23:47:33 +00:00 |
|