Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for gb18030/MySQL 5.7 | Andrey Hristov | 2014-06-18 | 1 | -4/+46 |
| | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Fix some errors in mysqlnd charset list | Nikita Popov | 2013-03-24 | 1 | -11/+9 |
| | | | | | | | | | | | | I fixed the stuff that seemed obviously wrong, but there are some more differences with the SHOW COLLATIONS output: * The whole range of "utf16" collations missing * "filename" missing * "ucs2_general_mysql500_ci" and "utf8_general_mysql500_ci" missing I wasn't sure whether those omissions are intentional, so I didn't add them. | ||||
* | add new charset, from MySQL 5.6 | Andrey Hristov | 2013-02-01 | 1 | -8/+11 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2013-01-06 | 1 | -1/+1 |
|\ | |||||
| * | bump year | Xinchen Hui | 2013-01-06 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | andrey | 2012-06-29 | 1 | -19/+56 |
|\ \ | |/ | |||||
| * | new charsets | andrey | 2012-06-29 | 1 | -19/+56 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Fixed bad xor in signed types due to integer promotion. | Gustavo André dos Santos Lopes | 2011-09-05 | 1 | -5/+5 |
| | | | | | | | | | | - Replaced undefined signed overflow with char -> unsigned char conversion. | ||||
| * | Sync r314808 to 5_3 branch | Xinchen Hui | 2011-08-23 | 1 | -2/+2 |
| | | | | | | | | | | Eliminated compiler warnings "comparison is always false", "cast to pointer from integer of different siz" and tail zero warnings | ||||
| * | Fix range | Andrey Hristov | 2011-05-10 | 1 | -1/+1 |
| | | | | | | | | | | (thanks again nihen) | ||||
| * | Fix for bug 54674..typo in the check of SJIS | Andrey Hristov | 2011-05-09 | 1 | -5/+3 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
| * | new collations | Andrey Hristov | 2010-10-08 | 1 | -0/+2 |
| | | |||||
| * | WS fixes | Andrey Hristov | 2010-09-23 | 1 | -1/+1 |
| | | |||||
| * | Added utf16 and utf32 support, as in MySQL 5.5, in mysqlnd. | Andrey Hristov | 2010-08-16 | 1 | -220/+203 |
| | | | | | | | | | | | | | | | | Fixed tests, so they don't try to use SET NAMES utf16|utf32, as character_set_client can't be set to those (the lexer can't read ucs2, utf16 and utf32). Added support for 4-byte utf8, as found in MySQL 5.5 | ||||
| * | - Fix copyrights | Felipe Pena | 2010-04-20 | 1 | -2/+2 |
| | | |||||
| * | CS + WS changes | Andrey Hristov | 2010-04-15 | 1 | -2/+2 |
| | | |||||
| * | Update charset table | Andrey Hristov | 2009-11-24 | 1 | -3/+43 |
| | | |||||
| * | Compressed protocol support + extensibility for mysqlnd | Andrey Hristov | 2009-11-20 | 1 | -6/+7 |
| | | |||||
| * | Fix a typo, utf8 is 3 byte max, for us, for now | Andrey Hristov | 2009-05-26 | 1 | -1/+2 |
| | | | | | | | | | | Add a another cset | ||||
| * | MFH: Add charsets from MySQL 6.0 as a structure to be used later | Andrey Hristov | 2009-02-20 | 1 | -0/+159 |
| | | |||||
| * | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | | |||||
| * | MFB: More Windows types cleanup | Andrey Hristov | 2008-11-06 | 1 | -1/+1 |
| | | |||||
| * | MFH: | Andrey Hristov | 2008-11-06 | 1 | -30/+30 |
| | | | | | | | | | | | | Get rid of many defines (which simplifies the code a lot), as well as uint->unsigned int | ||||
| * | Small updates & a fix for | Andrey Hristov | 2008-03-25 | 1 | -130/+130 |
| | | | | | | | | | | Bug #43832 mysqi_get_charset() doesn't expose charset comment | ||||
| * | Merge with internal version | Andrey Hristov | 2008-01-23 | 1 | -2/+2 |
| | | |||||
| * | Remove unused field | Andrey Hristov | 2008-01-03 | 1 | -130/+130 |
| | | |||||
| * | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | | |||||
| * | Import mysqlnd | Andrey Hristov | 2007-10-05 | 1 | -0/+603 |
| | | | | | Patch ext/mysql and ext/mysqli to support mysqlnd | ||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | fixed maximum byte length of utf8mb4. | Rui Hirokawa | 2011-10-18 | 1 | -2/+2 |
| | |||||
* | - Fixed bad xor in signed types due to integer promotion. | Gustavo André dos Santos Lopes | 2011-09-05 | 1 | -5/+5 |
| | | | | | - Replaced undefined signed overflow with char -> unsigned char conversion. | ||||
* | Eliminated compile warning "comparison is always false due to limited range ↵ | Xinchen Hui | 2011-08-24 | 1 | -2/+2 |
| | | | | | | | | of data type" Fixed test failed due to mysql_pconnect throw warning Fixed test failed when host mysql server doesn't listen on 3306 | ||||
* | Fix range | Andrey Hristov | 2011-05-10 | 1 | -1/+1 |
| | | | | | (thanks again nihen) | ||||
* | Fix for bug 54674..typo in the check of SJIS | Andrey Hristov | 2011-05-09 | 1 | -4/+2 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | extending the API interface - plugins can register | Andrey Hristov | 2010-12-28 | 1 | -1/+38 |
| | | | | | | | | themselves with a structure and can be searched. Every plugin can have statistics and they are shown under the statistics of mysqlnd in MINFO. | ||||
* | new collations | Andrey Hristov | 2010-10-08 | 1 | -0/+2 |
| | |||||
* | WS fixes | Andrey Hristov | 2010-09-23 | 1 | -1/+1 |
| | |||||
* | Added utf16 and utf32 support, as in MySQL 5.5, in mysqlnd. | Andrey Hristov | 2010-08-16 | 1 | -220/+203 |
| | | | | | | | | Fixed tests, so they don't try to use SET NAMES utf16|utf32, as character_set_client can't be set to those (the lexer can't read ucs2, utf16 and utf32). Added support for 4-byte utf8, as found in MySQL 5.5 | ||||
* | - Fix copyrights | Felipe Pena | 2010-04-20 | 1 | -2/+2 |
| | |||||
* | CS + WS changes | Andrey Hristov | 2010-04-15 | 1 | -2/+2 |
| | |||||
* | Update charset table | Andrey Hristov | 2009-11-24 | 1 | -3/+43 |
| | |||||
* | Compressed protocol support + extensibility for mysqlnd | Andrey Hristov | 2009-11-20 | 1 | -6/+7 |
| | |||||
* | Fix a typo, utf8 is 3 byte max, for us, for now | Andrey Hristov | 2009-05-26 | 1 | -1/+2 |
| | | | | | Add a another cset | ||||
* | Add the charsets available from 6.0 as a structure, to be used later | Andrey Hristov | 2009-02-20 | 1 | -0/+159 |
| | |||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | More type fixes for Windows | Andrey Hristov | 2008-11-06 | 1 | -1/+1 |
| |