An error occurred fetching the project authors.
- 05 Apr, 2006 1 commit
-
-
kent@mysql.com authored
After merge correction
-
- 24 Mar, 2006 1 commit
-
-
knielsen@mysql.com authored
a normal 'make dist' source .tar.gz.
-
- 21 Feb, 2006 1 commit
-
-
reggie@linux.site authored
-
- 16 Feb, 2006 1 commit
-
-
reggie@linux.site authored
THis patch goes along with 1.2098.23.1 to form the complete patch
-
- 12 Jan, 2006 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 11 Jan, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
-
- 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.
-
- 23 Dec, 2005 1 commit
-
-
brian@zim.(none) authored
AZIO differs in that it uses mysys methods and removes all of the malloc calls.
-
- 22 Dec, 2005 2 commits
-
-
knielsen@mysql.com authored
-
brian@zim.(none) authored
1) Fixes breakage in embedded server build for XMLPath push. 2) Hides PARTITION engine from view. 3) Add ENGINES information schema (and it should now be clear from this patch on how to turn any show command into an information schema).
-
- 21 Dec, 2005 1 commit
-
-
bar@mysql.com authored
libmysqld/Makefile.am: sql/Makefile.am: Adding new source files. Adding new file into build process. include/my_xml.h: strings/xml.c: Adding new XML parse flags to skip text normalization and to use relative tag names. Adding enum for XML token types. sql/lex.h: Making parser aware of new SQL functions. sqll/item_create.h, sql/item_create.cc: Adding creators for ExtractValue and UpdateXML. sql/item.h: Adding new Item types: nodeset and nodeset comparator. sql/item_xmlfunc.h sql/item_xmlfunc.cc Adding new classes implementing XPath functions. mysql-test/t/xml.test, mysql-test/r/xml.result: New files: adding test case
-
- 15 Dec, 2005 1 commit
-
-
andrey@lmy004. authored
make compile-pentium-debug-max work
-
- 02 Dec, 2005 1 commit
-
-
andrey@lmy004. authored
-
- 24 Nov, 2005 1 commit
-
-
msvensson@devsrv-b.mysql.com authored
- Use libtool to build libraries
-
- 07 Nov, 2005 1 commit
-
-
acurtis@poseidon.ndb.mysql.com authored
-
- 06 Nov, 2005 1 commit
-
-
svoj@poseidon.ndb.mysql.com authored
WL#2763 - MySQL plugin interface: step 1 Manual merge from CNET tree.
-
- 05 Nov, 2005 1 commit
-
-
monty@mysql.com authored
This is a merge of 5.0 -> 5.1 + some code from old 5.1 tree to get all tests to work and keep the .frm format the same as the old 5.1 tree.
-
- 27 Oct, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
- Remove yassl_libsfrom CLIENT_LIBS var - Add yassl_libs to libmysql and libmysqld
-
- 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.
-
- 06 Oct, 2005 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 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
-
- 21 Jul, 2005 1 commit
-
-
- 05 Jul, 2005 1 commit
-
-
kent@mysql.com authored
Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir
-
- 09 Jun, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 02 Jun, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 10 May, 2005 1 commit
-
-
kent@mysql.com authored
Enable creation of embedded lib when --with-darwin-mwcc
-
- 27 Apr, 2005 1 commit
-
-
brian@zim.(none) authored
-
- 31 Mar, 2005 1 commit
-
-
lars@mysql.com authored
-
- 25 Mar, 2005 1 commit
-
-
brian@zim.(none) authored
-
- 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/
-
- 19 Jan, 2005 1 commit
-
-
jimw@mysql.com authored
embedded server and federated storage engine compiles. (Bug #7920)
-
- 13 Dec, 2004 1 commit
-
-
anjuta@arthur.local authored
-
- 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
-
- 26 Sep, 2004 1 commit
-
-
hf@deer.(none) authored
-
- 10 Sep, 2004 1 commit
-
-
dlenev@brandersnatch.localdomain authored
Added previously missing sql_trigger.cc file to embedded library.
-
- 24 Aug, 2004 1 commit
-
-
joerg@mysql.com authored
-