Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed problems in mysql_stmt_init (missing alloc from stmt) | Georg Richter | 2004-03-18 | 1 | -0/+3 |
| | |||||
* | fixed stmt->stmt->query which was removed in libmysql 4.1.2 | Georg Richter | 2004-03-16 | 1 | -1/+22 |
| | | | | | | added query buffer in internal stmt structure to copy string after prepare | ||||
* | added new function mysql_stmt_free_result | Georg Richter | 2004-03-10 | 1 | -0/+21 |
| | |||||
* | fixed memleaks in bind functions | Georg Richter | 2004-03-09 | 1 | -60/+151 |
| | | | | | added 4.1.2 support (renamed functions) | ||||
* | prototype fix for mysqli_ping | Georg Richter | 2004-02-26 | 1 | -2/+5 |
| | |||||
* | added MySQLI ini entries | Georg Richter | 2004-02-26 | 1 | -1/+1 |
| | | | | | added ini parameter for mysql->reconnect | ||||
* | removed blocking calls to mysql_set_server_option (MYSQLI_DISABLE_MQ) | Georg Richter | 2004-02-26 | 1 | -3/+0 |
| | | | | | | added mysqli_multi_query to function table changed stmt->affected_rows property (http://bugs.mysql.com/?id=2247) for 4.1.2 | ||||
* | fixed report message | Georg Richter | 2004-02-23 | 1 | -2/+4 |
| | | | | | Disabled reconnect option | ||||
* | Moved functions for replication support in to file mysqli_repl.c | Georg Richter | 2004-02-20 | 1 | -182/+0 |
| | | | | | | | - these functions are marked as experimental now in documentation not sure if we will replace or extend them with NDB support in April | ||||
* | changed return value of mysql_fetch | Georg Richter | 2004-02-18 | 1 | -1/+1 |
| | | | | | - instead of MYSQL_NO_DATA mysql_fetch will now return NULL | ||||
* | fixed several binding problems | Georg Richter | 2004-02-15 | 1 | -1/+12 |
| | |||||
* | removed printfs :) | Georg Richter | 2004-02-11 | 1 | -2/+0 |
| | | | | | Thx Andi! | ||||
* | changed first parameter in mysqli_bind_param from array to string | Georg Richter | 2004-02-11 | 1 | -19/+15 |
| | | | | | (as discussed on berlin db meeting) | ||||
* | Corrected binding: | Georg Richter | 2004-01-31 | 1 | -1/+1 |
| | | | | | | if column has type DECIMAL it will converted to string now. Thanks to Brian Aker for pointing this out. | ||||
* | removed experimental status | Georg Richter | 2004-01-28 | 1 | -3/+11 |
| | | | | | | | | fixed bug in mysqli_data_seek (thx to Andrey "Effendi" Hristov) various prototype fixes moved some methods to properties which are part of mysql struct added function mysqli_get_server_version | ||||
* | changed prototype mysql_dataseek from void to bool | Georg Richter | 2004-01-27 | 1 | -3/+7 |
| | | | | | add check for specified offset | ||||
* | prototype fixes | Georg Richter | 2004-01-27 | 1 | -2/+2 |
| | | | | | removed method field_tell (which is already property current_field) | ||||
* | fixed compiler warning (thx to Marcus Boerger) | Georg Richter | 2004-01-26 | 1 | -1/+1 |
| | |||||
* | proto fixes | Georg Richter | 2004-01-26 | 1 | -24/+8 |
| | | | | | removed mysqli_read_query_result (will be removed in libmysql) | ||||
* | more prototype fixes. | Georg Richter | 2004-01-26 | 1 | -7/+5 |
| | | | | | fixed a bug in mysqli_send_long_data | ||||
* | prototype fix for mysqli_fetch | Georg Richter | 2004-01-25 | 1 | -4/+14 |
| | |||||
* | prototype fixes | Georg Richter | 2004-01-24 | 1 | -2/+2 |
| | |||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -1/+1 |
| | |||||
* | fixed memleak and segfault when constructor call failed | Georg Richter | 2003-12-31 | 1 | -6/+10 |
| | |||||
* | fixed a bug in mysqli_num_rows (added support for longlong values) | Georg Richter | 2003-12-30 | 1 | -4/+3 |
| | |||||
* | fixed prototype for mysqli_bind_result | Georg Richter | 2003-12-28 | 1 | -1/+1 |
| | |||||
* | added properties | Georg Richter | 2003-12-16 | 1 | -0/+4 |
| | | | | | | | - insert_id - server_status fixed bug in mysqli_execute (report func) | ||||
* | minor fixes for embedded | Georg Richter | 2003-12-13 | 1 | -7/+2 |
| | |||||
* | ZTS fixes | Marcus Boerger | 2003-12-13 | 1 | -3/+3 |
| | |||||
* | removed profiler | Georg Richter | 2003-12-13 | 1 | -251/+118 |
| | | | | | | | | added mysqli_report - better support for errors - support for no_index_used and bad_index_used typos and prototype fixes | ||||
* | prototype fix for mysqli_ssl_set | Georg Richter | 2003-11-30 | 1 | -1/+1 |
| | |||||
* | - Added multiquery support: | Georg Richter | 2003-11-22 | 1 | -2/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mysqli_multi_query mysqli_more_results mysqli_next_results - added read-only properties (and removed methods) object mysql affected_rows client_flags client_version errno, error, host, host_info, info server_capabilities, server_version sqlstate, port, protocol_version, server_language thread_id, user, warning_count object result current_field, field_count, lengths, num_rows, type object stmt query, param_count, field_count, id, errno, error, sqlstate - added constructor - minor fixes, prototypes | ||||
* | proto fix | Hartmut Holzgraefe | 2003-11-19 | 1 | -1/+1 |
| | |||||
* | changed return value from long to boolean for mysql_execute | Georg Richter | 2003-10-30 | 1 | -2/+5 |
| | |||||
* | added support for embedded MySQL Server | Georg Richter | 2003-10-29 | 1 | -4/+39 |
| | | | | | some prototype fixes | ||||
* | mysql_prepare_result -> mysqli_get_metadata | Georg Richter | 2003-09-25 | 1 | -3/+3 |
| | | | | | This function was renamed in libmysql (changeset 1.607 by monty) | ||||
* | proto fix | Hartmut Holzgraefe | 2003-09-16 | 1 | -1/+1 |
| | |||||
* | Modify mysqli_fetch_object() to be able to instantiate a selected class and | Marcus Boerger | 2003-09-06 | 1 | -1/+1 |
| | | | | | pass parameters to the constructor. | ||||
* | Revert commit by accident, sorry | Marcus Boerger | 2003-08-31 | 1 | -2/+2 |
| | |||||
* | Revisited: Replace the non portable code by spprintf | Marcus Boerger | 2003-08-31 | 1 | -2/+2 |
| | |||||
* | format string fixes | Andrey Hristov | 2003-08-28 | 1 | -1/+1 |
| | |||||
* | Fix parameter spec | Marcus Boerger | 2003-08-21 | 1 | -1/+1 |
| | |||||
* | emalloc -> safe_emalloc | Ilia Alshanetsky | 2003-08-12 | 1 | -5/+5 |
| | |||||
* | ws fix | foobar | 2003-07-28 | 1 | -13/+13 |
| | |||||
* | added new functions: | Georg Richter | 2003-07-18 | 1 | -11/+13 |
| | | | | | | | | mysqli_connect_error mysqli_connect_errno which return possible errors for the last connect | ||||
* | added new function mysqli_stmt_data_seek | Georg Richter | 2003-07-15 | 1 | -2/+23 |
| | |||||
* | added support for rebind | Georg Richter | 2003-07-15 | 1 | -92/+77 |
| | |||||
* | added BYREF_FORCE for bind parameters in msqli_bind_param and mysqli_bind_result | Georg Richter | 2003-06-28 | 1 | -61/+49 |
| | | | | | | | changed function parameters in mysqli_bind_param from (object statement, mixed var1, long type1, ...) to (object statement, array tyoes, mixed var1, mixed var2, ...) | ||||
* | added new function mysqli_stmt_num_rows | Georg Richter | 2003-06-22 | 1 | -0/+19 |
| | |||||
* | fixed prototypes | Georg Richter | 2003-06-22 | 1 | -65/+65 |
| |