An error occurred fetching the project authors.
- 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 3 commits
-
-
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)
-
Sinisa@sinisa.nasamreza.org authored
-
venu@myvenu.com authored
Added a new conversion bug test Changed options with default_options read from my.ini from [client] section More cleanups for better usage
-
- 04 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 31 Jan, 2003 2 commits
-
-
venu@myvenu.com authored
-
venu@myvenu.com authored
Fix the buffer_length ovveride when length ptr is NULL - libmysql
-
- 30 Jan, 2003 2 commits
-
-
venu@myvenu.com authored
Add tests for show commands + MYSQL_TYPE_NULL coverage
-
venu@myvenu.com authored
-
- 28 Jan, 2003 2 commits
-
-
venu@myvenu.com authored
-
monty@mashka.mysql.fi authored
Call pthread_mutex_destroy() on not used mutex. Changed comments in .h and .c files from // -> /* */ Added detection of mutex on which one didn't call pthread_mutex_destroy() Fixed bug in create_tmp_field() which causes a memory overrun in queries that uses "ORDER BY constant_expression" Added optimisation for ORDER BY NULL
-