An error occurred fetching the project authors.
- 24 Sep, 2005 1 commit
-
-
kent@mysql.com authored
Enable "make distcheck" to work
-
- 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
-
- 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.
-
- 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
-
- 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
-
- 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 2 commits
-
-
dlenev@brandersnatch.localdomain authored
mysql_tzinfo_to_sql converter was moved to extra/ directory and its build was made compatible with older automake versions.
-
dlenev@brandersnatch.localdomain authored
on many platforms (the other option was providing portable setenv() replacement).
-
- 18 Jun, 2004 1 commit
-
-
dlenev@brandersnatch.localdomain authored
Added basic per-thread time zone functionality (based on public domain elsie-code). Now user can select current time zone (from the list of time zones described in system tables). All NOW-like functions honor this time zone, values of TIMESTAMP type are interpreted as values in this time zone, so now our TIMESTAMP type behaves similar to Oracle's TIMESTAMP WITH LOCAL TIME ZONE (or proper PostgresSQL type). WL#1266 "CONVERT_TZ() - basic time with time zone conversion function". Fixed problems described in Bug #2336 (Different number of warnings when inserting bad datetime as string or as number). This required reworking of datetime realted warning hadling (they now generated at Field object level not in conversion functions). Optimization: Now Field class descendants use table->in_use member instead of current_thd macro.
-
- 22 May, 2004 1 commit
-
-
brian@brian-akers-computer.local authored
-
- 21 May, 2004 1 commit
-
-
brian@avenger.(none) authored
First commit of archive example. Archive is a simple storage engine that handles inserts and selects.
-
- 19 May, 2004 1 commit
-
-
monty@mysql.com authored
Ensured that all projects compile Removed compiler warnings Better setting of server_version variable. Fix that make_win_src_distribution creates the privilege tables.
-
- 15 Apr, 2004 1 commit
-
-
magnus@neptunus.(none) authored
-
- 13 Apr, 2004 1 commit
-
-
brian@brian-akers-computer.local authored
-
- 03 Feb, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
we don't need opt_range.h and opt_range.cc files at all.
-
- 12 Nov, 2003 1 commit
-
-
lenz@kallisto.local authored
-
- 03 Nov, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Cleaned up (and disabled part of) date/time/datetime format patch. One can't anymore change default read/write date/time/formats. This is becasue the non standard datetime formats can't be compared as strings and MySQL does still a lot of datetime comparisons as strings Changed flag argument to str_to_TIME() and get_date() from bool to uint Removed THD from str_to_xxxx functions and Item class. Fixed core dump when doing --print-defaults Move some common string functions to strfunc.cc Dates as strings are now of type my_charset_bin instead of default_charset() Introduce IDENT_QUOTED to not have to create an extra copy of simple identifiers (all chars < 128) Removed xxx_FORMAT_TYPE enums and replaced them with the old TIMESTAMP_xxx enums Renamed some TIMESTAMP_xxx enums to more appropriate names Use defines instead of integers for date/time/datetime string lengths Added to build system and use the new my_strtoll10() function.
-
- 06 Jul, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Added framework to create/drop and manager buffers for multiple key caches
-
- 20 Jun, 2003 1 commit
-
-
lenz@mysql.com authored
problem on Windows/cygwin (BUG#668)
-
- 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
-
- 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
-
- 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.
-
- 30 May, 2003 1 commit
-
-
ram@mysql.r18.ru authored
-
- 23 May, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 23 Apr, 2003 1 commit
-
-
hf@deer.mysql.r18.ru authored
Protocol_cursor class and sql-common/ directory
-
- 27 Jan, 2003 1 commit
-
-
lenz@mysql.com authored
so it's part of the distribution (manual.texi includes this file) It will be replaced with the correct one from the mysqldoc tree before building the distribution - removed generation and inclusion of MIRRORS file, since the mirror list is no longer part of manual.texi anyway - replaced YFLAGS with AM_YFLAGS in sql/Makefile.am to make automake happy - Redirect standard error when checking for dpkg-architecture in ltconfig to avoid error message showing during configuration
-
- 20 Dec, 2002 1 commit
-
-
lenz@mysql.com authored
-
- 11 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Class for sending data from server to client (Protocol) This handles both the old ( <= 4.0 ) protocol and then new binary protocol that is used for prepared statements.
-
- 26 Nov, 2002 1 commit
-
-
serg@serg.mysql.com authored
-