An error occurred fetching the project authors.
- 25 Sep, 2004 1 commit
-
-
hf@deer.(none) authored
If embedded library gets empty string as a hostname it should use embedded connection
-
- 21 Jul, 2004 1 commit
-
-
hf@deer.(none) authored
There is some 'ulong'<->'uint' mess in libmysqld.c
-
- 26 May, 2004 2 commits
-
-
monty@mysql.com authored
-
hf@deer.(none) authored
-
- 17 May, 2004 1 commit
-
-
hf@deer.(none) authored
missing)
-
- 07 Jan, 2004 1 commit
-
-
hf@deer.(none) authored
Now we return user@host for USER() in embedded library CURRENT_USER returns empty string if library compiled with NO_EMBEDDED_ACCESS_CHECKS
-
- 18 Dec, 2003 1 commit
-
-
hf@deer.(none) authored
now mysql_server_init is called from mysql_init with fake parameters mysql_once_init code included to mysql_server_init. embedded-specific initialization is in init_embedded_server function
-
- 10 Dec, 2003 1 commit
-
-
hf@deer.(none) authored
Just didn't notice that the mysql_connect function was implemeted in libmysqld.c. Implementation removed.
-
- 26 Sep, 2003 1 commit
-
-
hf@deer.(none) authored
WL#604 Privileges in embedded library code added to check privileges in embedded library NO_EMBEDDED_ACCESS_CHECKS macros inserted in code so we can exclude access-checking parts. Actually we now can exclude these parts from standalone server as well. Do we need it? Access checks are disabled in embedded server by default. One should edit libmysqld/Makefile manually to get this working. We definitely need the separate configure for embedded server
-
- 19 Sep, 2003 1 commit
-
-
hf@deer.(none) authored
embedded library missed memory freeing added
-
- 18 Sep, 2003 2 commits
-
-
hf@deer.(none) authored
embedded library I decided to get rid of #define mysql_some_function in mysql.h It puzzles users and makes problems with dynamic libraries Finally, there are only two functions left, that are covered with the #define-s and it won't hurt performance at all
-
hf@deer.(none) authored
prepared statements in embedded library
-
- 16 Sep, 2003 1 commit
-
-
hf@deer.(none) authored
Prepared statements in embedded server Several changes in library code with two goals: to make mysql_prepare_stmt working in embedded server to get rid of #define mysql_interface_func mysql->methods->interface_func in user's interface
-
- 12 Sep, 2003 2 commits
-
-
hf@deer.(none) authored
#977 Prepared statements in embedded library
-
lenz@mysql.com authored
C compiler barf
-
- 11 Sep, 2003 1 commit
-
-
hf@deer.(none) authored
embedded&client library some fixes: zero at the end of the data added mysql_list_fields became 'virtual'
-
- 10 Sep, 2003 2 commits
-
-
hf@deer.(none) authored
Minor fixes
-
hf@deer.(none) authored
mysql_fetch_length fixed for embedded library. Now data length is stored before the data. Pointers in row still points to the data so you have to get *(uint*)(data_ptr - sizeof(uint)) to get data length
-
- 09 Sep, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Fix bug in SHOW GRANTS when there is a column privilege but no table privilege
-
- 08 Sep, 2003 2 commits
-
-
hf@deer.(none) authored
-
hf@deer.(none) authored
i fixed this in 4.1 in slightly different way
-
- 28 Aug, 2003 1 commit
-
-
hf@deer.(none) authored
Fixed some mess with STDCALL in function's declarations
-
- 23 Jul, 2003 1 commit
-
-
hf@deer.(none) authored
error handling fixed fetch_lengths made to work differently in embedded and client cases
-
- 18 Jul, 2003 1 commit
-
-
hf@deer.(none) authored
Including client code into embedded library fixes
-
- 14 Jul, 2003 1 commit
-
-
hf@deer.(none) authored
-
- 04 Jul, 2003 1 commit
-
-
hf@deer.(none) authored
Including client code into embedded library Code trimming (fixes of comments etc)
-
- 24 Jun, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Updated VC++ files
-
- 18 Jun, 2003 1 commit
-
-
hf@deer.(none) authored
including client code into embedded server code to guess what library to use added net_field_length moved to pack.c
-
- 17 Jun, 2003 1 commit
-
-
hf@deer.(none) authored
client capabilities included into libmysqld some API methods became "virtual" lots of duplicated code removed IMHO all the above made library's code way more pleasant to look at, didn't it?
-
- 04 Jun, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
bmove_allign -> bmove_align Added OLAP function ROLLUP Split mysql_fix_privilege_tables to a script and a .sql data file Added new (MEMROOT*) functions to avoid calling current_thd() when creating some common objects. Added table_alias_charset, for easier --lower-case-table-name handling Better SQL_MODE handling (Setting complex options also sets sub options) New (faster) assembler string functions for x86
-
- 28 Apr, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 21 Feb, 2003 1 commit
-
-
venu@myvenu.com authored
-
- 20 Feb, 2003 2 commits
-
-
venu@myvenu.com authored
-
venu@myvenu.com authored
-
- 17 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Novell patches
-
- 12 Feb, 2003 2 commits
-
-
monty@mashka.mysql.fi authored
Fixed a few typos from last patch
-
monty@mashka.mysql.fi authored
Portability fixes Added new client function: mysql_get_server_version() New server help code (From Victor Vagin) Fixed wrong usage of binary() Disabled RTREE usage for now.
-
- 03 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
MIN(key_column) could in some cases return NULL on a column with NULL and other values. MIN(key_column) and MAX(key_column) could in some cases return wrong values when used in OUTER JOIN.
-
- 18 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Don't use new password format if mysql.user has old format tables_priv was not reset on FLUSH PRIVILEGES if tables_priv was empty Portability fixes for Windows
-
- 20 Dec, 2002 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-