An error occurred fetching the project authors.
- 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
-
- 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 ;)
-
- 15 Jul, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
two TABLE_LIST copy eliminated
-
- 24 Jun, 2004 2 commits
-
-
konstantin@mysql.com authored
-
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.
-
- 18 Jun, 2004 2 commits
-
-
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.
-
monty@mysql.com authored
-
- 01 Jun, 2004 1 commit
-
-
monty@mysql.com authored
-
- 25 May, 2004 2 commits
-
-
monty@mysql.com authored
-
monty@mysql.com authored
-
- 11 May, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 26 Apr, 2004 1 commit
-
-
lenz@mysql.com authored
- added compiling of the NDB Cluster to compile-pentium-max
-
- 18 Apr, 2004 1 commit
-
-
tomas@mc05.(none) authored
fix for embedded server and ndbcluster make
-
- 16 Apr, 2004 1 commit
-
-
magnus@neptunus.(none) authored
-
- 07 Apr, 2004 1 commit
-
-
monty@mysql.com authored
Fixed problems with group_concat() and HAVING Updated crash-me values
-
- 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.
-
- 27 Jan, 2004 1 commit
-
-
hf@deer.(none) authored
-
- 01 Dec, 2003 1 commit
-
-
hf@deer.(none) authored
WL#1246 (Query cache in embedded library)
-
- 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.
-
- 31 Oct, 2003 1 commit
-
-
konstantin@mysql.com authored
-
- 10 Oct, 2003 1 commit
-
-
pem@mysql.telia.com authored
(updated) Protocol_cursor class. Also did some bug fixes.
-
- 26 Sep, 2003 1 commit
-
-
hf@deer.(none) authored
WL#604 Privileges in embedded library code added to check privileges in embedded library NO_EMBEDDED_ACCESS_CHECKS macros inserted in code so we can exclude access-checking parts. Actually we now can exclude these parts from standalone server as well. Do we need it? Access checks are disabled in embedded server by default. One should edit libmysqld/Makefile manually to get this working. We definitely need the separate configure for embedded server
-
- 16 Sep, 2003 1 commit
-
-
pem@mysql.telia.com authored
MySQL error codes as well. (No UNDO HANDLERs yet, and no SIGNAL or RESIGNAL.) WL#850
-
- 18 Aug, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Use server character set if --default-character-set is not used Added convert_string() for more efficient alloc+character-set convert of strings
-
- 14 Jul, 2003 1 commit
-
-
hf@deer.(none) authored
-
- 03 Jul, 2003 1 commit
-
-
pem@mysql.com authored
-
- 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?
-
- 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
-
- 30 May, 2003 1 commit
-
-
ram@mysql.r18.ru authored
-
- 23 May, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 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
-
- 18 Mar, 2003 1 commit
-
-
lenz@mysql.com authored
symbol in libmysqlclient) (thanks to Dennis Haney for the initial patch) - cleanup: removed client/password.c (not used at all) and libmysql/password.c (should rather be a symlink to sql/password.c instead) - applied HPUX11 portability fix for char_val declaration to sql/password.c (taken from libmysql/password.c)
-
- 18 Feb, 2003 1 commit
-
-
pem@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
-