Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH: Bump copyright year. | Sebastian Bergmann | 2007-12-31 | 2 | -2/+2 |
| | |||||
* | Fix INFILE LOCAL option handling with MySQL - now not allowed when safe_mode | Stanislav Malyshev | 2007-06-18 | 1 | -2/+2 |
| | | | | | is active | ||||
* | MFH: reset active_result_id when fetching persistent connection | Antony Dovgal | 2007-06-07 | 1 | -0/+1 |
| | | | | | patch by Peter Christensen | ||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 2 | -2/+2 |
| | |||||
* | Fixed a possible buffer overflow inside create_named_pipe() for Win32 | Ilia Alshanetsky | 2006-05-21 | 1 | -0/+4 |
| | | | | | systems in libmysql.c. | ||||
* | bump year and license version | foobar | 2006-01-01 | 2 | -8/+8 |
| | |||||
* | MF51: | Antony Dovgal | 2005-12-05 | 1 | -0/+17 |
| | | | | | | fix #35536 (mysql_field_type() doesn't handle NEWDECIMAL) add also SET, ENUM, NEWDATE and GEOMETRY to the switch | ||||
* | NetWare libmysqlclient library is available as libmysql(olden times 8.3 ↵ | Anantha Kesari H Y | 2005-07-26 | 1 | -7/+14 |
| | | | | | | | | limitation). Applying the accepted patches on 5.0 tree. --Kamesh | ||||
* | fix for bug #32116 (mysql compressed connection doesn't work under win) | Georg Richter | 2005-05-09 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #32591 (ext/mysql: Unsatisfied symbol: ntohs with HP-UX) | foobar | 2005-04-07 | 1 | -0/+3 |
| | |||||
* | MFH: Fixed bug #31288 (Possible crash in mysql_fetch_field(), if | Ilia Alshanetsky | 2005-02-22 | 1 | -1/+1 |
| | | | | | mysql_list_fields() was not called previously). | ||||
* | - Quote macro names in AC_DEFUN() | foobar | 2004-12-30 | 3 | -18/+18 |
| | | | | | | # Fixes also bug #29160 # for i in `grep -r -l AC_DEFUN *`; do perl -i -pe "s#AC_DEFUN\(([^\[])(.*)\,#AC_DEFUN([\1\2],#g" $i; done; | ||||
* | MFH: Fixed bug #28632 (Prevent open_basedir bypass in MySQL's LOAD DATA | Ilia Alshanetsky | 2004-06-04 | 1 | -1/+1 |
| | | | | | LOCAL). | ||||
* | MFH: Fixed bug #28627 (When multiple MySQL links are used default link is | Ilia Alshanetsky | 2004-06-04 | 1 | -0/+3 |
| | | | | | leaked). | ||||
* | MFH: Fixed bug #28087 (Do not force mysql.trace_mode to 0 on every request) | Ilia Alshanetsky | 2004-04-23 | 1 | -1/+0 |
| | |||||
* | s/2003/2004 :) | Georg Richter | 2004-01-05 | 2 | -2/+2 |
| | |||||
* | - MFH: Fixed bug #26751 (PHP can't find the MySQL socket on a case sensitive | Derick Rethans | 2003-12-31 | 1 | -0/+1 |
| | | | | | file system). | ||||
* | MFH: string format stuff. | Ilia Alshanetsky | 2003-09-22 | 1 | -5/+3 |
| | |||||
* | MFH: Compiler warning fixes. | Ilia Alshanetsky | 2003-08-28 | 1 | -8/+8 |
| | |||||
* | MFH: Fixed bug #24977 (Revert mysql_select_db optimization) | Ilia Alshanetsky | 2003-08-08 | 1 | -10/+5 |
| | |||||
* | Fix nameclash with NSAPI API | Zeev Suraski | 2003-07-28 | 3 | -8/+8 |
| | |||||
* | MFH: r1.196: mysql_fixes | Ilia Alshanetsky | 2003-07-22 | 1 | -26/+66 |
| | |||||
* | less WTF factor | Wez Furlong | 2003-07-14 | 1 | -1/+1 |
| | |||||
* | MFH | Ilia Alshanetsky | 2003-06-18 | 1 | -1/+1 |
| | |||||
* | proto fixes | Andrey Hristov | 2003-06-10 | 1 | -17/+17 |
| | |||||
* | fixed mysql bug #564 | Georg Richter | 2003-06-07 | 1 | -1/+1 |
| | | | | | (see http://bugs.mysql.com/bug.php?id=564) | ||||
* | suggestion by Wez :) | Georg Richter | 2003-05-31 | 1 | -1/+1 |
| | |||||
* | better to test next time with the right version :) | Georg Richter | 2003-05-30 | 1 | -1/+1 |
| | |||||
* | MFH | Ilia Alshanetsky | 2003-05-30 | 1 | -0/+4 |
| | |||||
* | fixed #23779 (CLIENT_LOCAL_FILES with open_basedir) | Georg Richter | 2003-05-30 | 1 | -0/+5 |
| | |||||
* | I see no reason not to allow people to set the timeout on a mysql_connect | Rasmus Lerdorf | 2003-05-28 | 1 | -1/+1 |
| | | | | | | | from inside a script with ini_set(). We allow user-settable timeouts on other socket connections so having this as a system-settable only directive doesn't make much sense to me. | ||||
* | - Fixed bug #23661: mysql_fetch_array gives no warning on an invalid | Derick Rethans | 2003-05-16 | 1 | -0/+4 |
| | | | | | result_type | ||||
* | MFH: compile fixes for AIX/HPUX | foobar | 2003-04-25 | 1 | -5/+17 |
| | |||||
* | emalloc -> safe_emalloc | Ilia Alshanetsky | 2003-04-24 | 1 | -1/+1 |
| | |||||
* | - MFH: proto fix | Derick Rethans | 2003-04-11 | 1 | -2/+2 |
| | |||||
* | MFH | Ilia Alshanetsky | 2003-04-10 | 1 | -8/+4 |
| | |||||
* | Fixed bug #22083. | Edin Kadribasic | 2003-03-27 | 1 | -1/+1 |
| | |||||
* | MFH | Ilia Alshanetsky | 2003-03-24 | 1 | -0/+3 |
| | |||||
* | fixed bug 21498 | Georg Richter | 2003-01-08 | 1 | -6/+3 |
| | |||||
* | fixed a missing & (Thx to Sebastian Bergmann | Georg Richter | 2003-01-06 | 1 | -1/+1 |
| | |||||
* | - MFH (Fix for bug #21435) | Derick Rethans | 2003-01-05 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2002-12-31 | 2 | -2/+2 |
| | |||||
* | fixed some compiler warnings when using external libmysqlclient 4.x | Georg Richter | 2002-12-26 | 1 | -9/+6 |
| | |||||
* | MFH: fix from 3.23.54 | foobar | 2002-12-11 | 1 | -2/+17 |
| | |||||
* | MFH | Marcus Boerger | 2002-12-05 | 1 | -5/+4 |
| | |||||
* | MFH | foobar | 2002-12-05 | 1 | -2/+4 |
| | |||||
* | MFH, as requested by georg | foobar | 2002-11-20 | 1 | -0/+1 |
| | |||||
* | - MFH: removed restore_connection_defaults for pconnects (discussed on | Derick Rethans | 2002-11-15 | 1 | -45/+0 |
| | | | | | | | php-dev@) bug #19529 closed bug #12513 reopened | ||||
* | - Reset globals for each request | Derick Rethans | 2002-11-13 | 1 | -1/+3 |
| | |||||
* | Using // is not very good idea.. | foobar | 2002-11-12 | 3 | -4/+4 |
| |