An error occurred fetching the project authors.
- 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
-
- 08 Jul, 2003 1 commit
-
-
venu@myvenu.com authored
-
- 04 Jul, 2003 1 commit
-
-
hf@deer.(none) authored
Including client code into embedded library Code trimming (fixes of comments etc)
-
- 18 Jun, 2003 2 commits
-
-
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
-
hf@deer.(none) authored
Some intersections with Monty encountered
-
- 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?
-
- 14 Jun, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Cleanup after split of libmysql.c to client.c and libmysql.c. A 4.1 master/slave will now use the 4.1 protocol Fixed wrong value for SQLSTATE_LENGTH Added CLIENT_REMEMBER_OPTIONS to mysql_real_connect() Changed mysql_port and mysql_unix_port to mysqld_xxxx
-
- 08 Jun, 2003 1 commit
-
-
venu@myvenu.com authored
Windows build fix
-
- 04 Jun, 2003 4 commits
-
-
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
-
monty@narttu.mysql.fi authored
-
venu@myvenu.com authored
(Addition of mysql_fetch_column & mysql_stmt_free_result) 2. Windows build fixups for libmysqld, mysqlbinlog and mysqldemb
-
venu@myvenu.com authored
NOTE: Still the build fails to compile core server on Windows due to slave_net_timeout linker error from client.obj and make sure to have the next changeset, which fixes this.
-
- 03 Jun, 2003 1 commit
-
-
hf@deer.(none) authored
splittiln common client's parts
-
- 31 May, 2003 1 commit
-
-
hf@deer.(none) authored
Here is another pack of changes about gathering common client code in sql-common/client.c. Now i symlink the client.c from sql/ and libmysql/. These directories have client_settings.h files to be included to client.c. It contains defines and declarations to compile client.c in appropriate manner. Also i've added include/sql_common.h, containing declarations of what is exported from client.c I removed as many #ifdef-s from client.c as i dared to. I think it's better push it with some extra #ifdef-s now (of course, if everythihg besides it is ok) so other people can check the code.
-
- 28 May, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 27 May, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Fixed new bug when reading field types
-
- 26 May, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 21 May, 2003 2 commits
-
-
venu@myvenu.com authored
-
venu@myvenu.com authored
Added MYSQL_TYPE_NULL as a dummy bind case for fetch buffers Fix for offset based re-fetch using mysql_fetch_column Misc cleanups for ODBC compatibility
-
- 02 May, 2003 1 commit
-
-
hf@deer.mysql.r18.ru authored
common parts of libmysql.c and sql/mini_client.cc moved to sql-common/client.c names of functions now are same in both cases
-
- 23 Apr, 2003 1 commit
-
-
hf@deer.mysql.r18.ru authored
Protocol_cursor class and sql-common/ directory
-
- 16 Apr, 2003 3 commits
-
-
venu@myvenu.com authored
-
venu@myvenu.com authored
Fix broken windows distribution workspace file (libmysql.dsp), which is causing VC IDE to crash while loading Remove ctype_latin1_de.c from respective dsp files Fix to make_win_src_distribution.sh to delete all newly added IS Bitkeeper files
-
venu@myvenu.com authored
-
- 16 Mar, 2003 1 commit
-
-
root@home.(none) authored
and isn't used in libraries any longer
-
- 10 Mar, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 08 Mar, 2003 2 commits
-
-
Sinisa@sinisa.nasamreza.org authored
-
Sinisa@sinisa.nasamreza.org authored
-
- 27 Feb, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Don't define crc32 if we are not linking with gzip
-
- 21 Feb, 2003 1 commit
-
-
venu@myvenu.com authored
Fix for mysql_stmt_close(), so that the PHP layer can map it easily to know whether the 'stmt' is really freed, so that they can free their internal stmts
-
- 17 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Novell patches
-
- 16 Feb, 2003 1 commit
-
-
venu@myvenu.com authored
-
- 15 Feb, 2003 1 commit
-
-
venu@myvenu.com authored
-
- 14 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed problem with LIKE and BINARY
-
- 12 Feb, 2003 1 commit
-
-
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.
-
- 10 Feb, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 07 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 06 Feb, 2003 1 commit
-
-
venu@myvenu.com authored
-
- 05 Feb, 2003 1 commit
-
-
venu@myvenu.com authored
Fix stupid signed and unsigned conversion - When field and buffer types are different (Client receiving end) Added tests for singed and unsigned conversion (client_test.c)
-