An error occurred fetching the project authors.
- 25 Sep, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-Backport fix for bug19738 to 4.1
-
- 18 Sep, 2006 1 commit
-
-
msvensson@shellback.(none) authored
- Make built sources only depend on it's sources not the built tool
-
- 29 Jul, 2006 1 commit
-
-
Converted "udf_example.cc" to C, avoids C++ runtime lib dependency (bug#21336)
-
- 04 Jul, 2006 1 commit
-
-
bar@mysql.com authored
(implemented by by Josh Chamas)
-
- 31 May, 2006 1 commit
-
-
msvensson@shellback.(none) authored
- Include prefix files that renames all public functions in yaSSLs OpenSSL API to ya<function_name>. They will otherwise conflict with OpenSSL functions if loaded by an application that uses OpenSSL as well as libmysqlclient with yaSSL support.
-
- 10 Mar, 2006 2 commits
-
-
msvensson@neptunus.(none) authored
Remove STANDARD define when compile udf_example.so
-
msvensson@devsrv-b.mysql.com authored
- Update of test toolsand Makefiles to make it possible to test always test udf's as part of the mysql test suite
-
- 10 Jan, 2006 1 commit
-
-
anozdrin@mysql.com authored
There are two main idea of this fix: - introduce a common function for server and client to split user value (<user name>@<host name>) into user name and host name parts; - dump DEFINER clause in correct format in mysqldump.
-
- 18 Oct, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
- Use yassl_includes and yassl_libs instead of openssl_includes and openssl_libs to avoid that mysql_config returns that libyassl and libtaocrypt are needed for linking.
-
- 29 Sep, 2005 1 commit
-
-
brian@zim.(none) authored
-
- 24 Sep, 2005 1 commit
-
-
kent@mysql.com authored
Enable "make distcheck" to work
-
- 21 Sep, 2005 1 commit
-
-
konstantin@mysql.com authored
cursor is interpreted latin1 character and Bug#9819 "Cursors: Mysql Server Crash while fetching from table with 5 million records." A fix for a possible memory leak when fetching into an SP cursor in a long loop. The patch uses a common implementation of cursors in the binary protocol and in stored procedures and implements materialized cursors. For implementation details, see comments in sql_cursor.cc
-
- 25 Aug, 2005 1 commit
-
-
joerg@mysql.com authored
-
- 06 Jul, 2005 1 commit
-
-
kent@mysql.com authored
add new table privileges Makefile.am: Include path to regex dir was accidently removed
-
- 05 Jul, 2005 1 commit
-
-
kent@mysql.com authored
Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir
-
- 20 Jun, 2005 1 commit
-
-
kent@mysql.com authored
Corrected dependency for "lex_hash.h", to avoid occasional make failure
-
- 01 Apr, 2005 1 commit
-
-
monty@mysql.com authored
CAST() now produces warnings when casting a wrong INTEGER or CHAR values. This also applies to implicite string to number casts. (Bug #5912) ALTER TABLE now fails in STRICT mode if it generates warnings. Inserting a zero date in a DATE, DATETIME or TIMESTAMP column during TRADITIONAL mode now produces an error. (Bug #5933)
-
- 23 Mar, 2005 1 commit
-
-
brian@zim.(none) authored
Additional storage engine called "blackhole". Customer request, and for that matter a Zawodny request. With this you can alter table to a type of table that would never store data. Its a /dev/null for a database.
-
- 17 Mar, 2005 1 commit
-
-
brian@zim.(none) authored
Removed support for RAID, mit-threads, and MySQL FS (really, if someone wants this feature look at a web-dav hookup).
-
- 08 Feb, 2005 1 commit
-
-
hf@deer.(none) authored
-
- 28 Jan, 2005 1 commit
-
-
serg@serg.mylan authored
clean: targets removed generated *.h files moved to include/
-
- 13 Dec, 2004 1 commit
-
-
anjuta@arthur.local authored
-
- 11 Dec, 2004 1 commit
-
-
First commit to mysql-5.0 tree to include MySQL Federated Storage Handler. This includes both the source and header files, test (results, test, require), and modifications to server and handler base files, and autoconf modifications to properly build federated handler.
-
- 06 Dec, 2004 1 commit
-
-
monty@mysql.com authored
Renamed HA_VAR_LENGTH to HA_VAR_LENGTH_PART Renamed in all files FIELD_TYPE_STRING and FIELD_TYPE_VAR_STRING to MYSQL_TYPE_STRING and MYSQL_TYPE_VAR_STRING to make it easy to catch all possible errors Added support for VARCHAR KEYS to heap Removed support for ISAM Now only long VARCHAR columns are changed to TEXT on demand (not CHAR) Internal temporary files can now use fixed length tables if the used VARCHAR columns are short
-
- 15 Sep, 2004 1 commit
-
-
mikael@mc04.(none) authored
Logging to logging@openlogging.org accepted SCI_Transporter.hpp, SCI_Transporter.cpp: Major fix-up of SCI Transporter, fixed so that it works with single card, fixed wrap around, added lots of DBUG statements, merged with new transporter handling TransporterRegistry.cpp: Some fixes for wrap around needed plus DBUG handling TCP_Transporter.hpp, TCP_Transporter.cpp: Added DBUG statements SHM_Transporter.hpp, SHM_Transporter.cpp: Fixed SHM Transporter SHM_Buffer.hpp: Fixed SHM Buffer to handle wrap around properly IPCConfig.cpp: Fixed up config of SCI SocketServer.cpp: Added DBUG support for SocketServer threads ConfigInfo.cpp: Config changes for SCI TransporterDefinitions.hpp, mgmapi_config_parameters.h: SCI fixes Makefile.am, type_ndbapitools.mk.am, type_ndbapitest.mk.am: Added SCI library path to Makefiles configure.in: Fixed small bug with shared mem and sci together in configure acinclude.m4: Added possibility of providing SCI library path in confgure
-
- 07 Sep, 2004 1 commit
-
-
dlenev@brandersnatch.localdomain authored
Mostly needed for Monty for him getting notion what needed for triggers from new .FRM format. Things to be done: - Right placement of trigger's invocations - Right handling of errors in triggers (including transaction rollback) - Support for priviliges - Right handling of DROP/RENAME table (hope that it will be handled automatically with merging of .TRG into .FRM file) - Saving/restoring some information critical for trigger creation and replication with their definitions (e.g. sql_mode, creator, ...) - Replication Already has some known bugs so probably not for general review.
-
- 06 Sep, 2004 1 commit
-
-
guilhem@mysql.com authored
Dependency fix. We observed that doing any change to class THD in sql_class.h resulted in mysqld going crazy (parsing errors, query cache errors in query_cache.test). This is because sql_yacc.cc depends on several .h files but those were not listed in the dependencies of sql_yacc.o. The present patch does fix the issue; but my auto*-expert colleagues may have a better one.
-
- 20 Aug, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 19 Aug, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 17 Aug, 2004 1 commit
-
-
tomas@poseidon.(none) authored
-
- 13 Aug, 2004 1 commit
-
-
brian@avenger.(none) authored
This is the addition of the CSV engine "aka tina". Its an example engine that works as a plain text file.
-
- 30 Jul, 2004 1 commit
-
-
lenz@mysql.com authored
flags to enable static linking (to avoid having a shared lib dependency in the Linux RPMs) - Disabled OpenSSL in the Max RPM
-
- 24 Jul, 2004 1 commit
-
-
konstantin@mysql.com authored
required autotools macro written and deployed in all apropriate Makefile.ams. Use cases checked: - linux, standard location of zlib, no ndb - linux, standard locatoin of zlib, with ndb - linux, non-standard location of zlib, no ndb - hpux11, use of bundled zlib, no ndb The only non-checked case is non-standard location of zlib (or use of bundled zlib) + ndb. I wasn't able to check it as ndb/ just won't compile on beasts like AIX52 or HPUX11, where such a check is possible. It didn't compile there before as these systems dont't have installed zlib, so nothing got broken ;)
-
- 22 Jul, 2004 1 commit
-
-
serg@serg.mylan authored
rm -f lex_hash.h BUG#4583
-
- 15 Jul, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
two TABLE_LIST copy eliminated
-
- 27 Jun, 2004 2 commits
-
-
serg@serg.mylan authored
-
monty@mysql.com authored
-
- 24 Jun, 2004 1 commit
-
-
konstantin@mysql.com authored
work (prepared statements)" and after-review fixes: - str_to_TIME renamed to str_to_datetime to pair with str_to_time - functions str_to_time and str_to_TIME moved to sql-common - send_data_str now supports MYSQL_TYPE_TIME, MYSQL_TIME_DATE, MYSQL_TIME_DATETIME types of user input buffers. - few more comments in the client library - a test case added.
-
- 23 Jun, 2004 1 commit
-
-
dlenev@brandersnatch.localdomain authored
-
- 22 Jun, 2004 1 commit
-
-
dlenev@brandersnatch.localdomain authored
mysql_tzinfo_to_sql converter was moved to extra/ directory and its build was made compatible with older automake versions.
-