An error occurred fetching the project authors.
- 24 Aug, 2004 1 commit
-
-
vva@eagle.mysql.r18.ru authored
(fixed Bug #4462 libedit compile failure)
-
- 19 Aug, 2004 2 commits
-
-
serg@serg.mylan authored
-
serg@serg.mylan authored
-
- 12 Aug, 2004 2 commits
-
-
joreland@mysql.com authored
-
joreland@mysql.com authored
-
- 26 Jun, 2004 1 commit
-
-
monty@mysql.com authored
-
- 24 Jun, 2004 1 commit
-
-
konstantin@mysql.com authored
result of SHOW TABLE STATUS
-
- 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.
-
- 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
Fixed problem with NULL and derived tables (Bug #4097) Cleanup of new pushed code
-
- 13 May, 2004 1 commit
-
-
hf@deer.(none) authored
something in embedded PS
-
- 11 May, 2004 1 commit
-
-
monty@mysql.com authored
Prefer not automatic keys before automatic keys. If there is two conf
-
- 26 Apr, 2004 1 commit
-
-
serg@serg.mylan authored
symlink a whole dir, not individual files (symlinking individual files is one subdir below and results in broken links)
-
- 21 Apr, 2004 1 commit
-
-
serg@sergbook.mylan authored
mkdir in Makefile, not in configure chmod a-x
-
- 14 Apr, 2004 2 commits
-
-
magnus@neptunus.(none) authored
-
magnus@neptunus.(none) authored
-
- 07 Apr, 2004 1 commit
-
-
ingo@mysql.com authored
added install
-
- 01 Apr, 2004 1 commit
-
-
lenz@kallisto.local authored
distribution (this is more in line with how "make install" would install them) - this should also fix a test failure in the "system_mysql_db_fix" test.
-
- 27 Feb, 2004 1 commit
-
-
serg@serg.mylan authored
UUID() function
-
- 21 Feb, 2004 1 commit
-
-
serg@serg.mylan authored
added scripts/make_win_binary_distribution
-
- 16 Feb, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 03 Feb, 2004 1 commit
-
-
lenz@mysql.com authored
binary distribution and Server RPM
-
- 29 Jan, 2004 1 commit
-
-
monty@mysql.com authored
This fixed problem with index reads on character fields with BDB tables. (Bug #2509)
-
- 04 Dec, 2003 1 commit
-
-
lenz@kallisto.local authored
- tagged ChangeSet 1.1641 as "mysql-4.1.1"
-
- 19 Nov, 2003 1 commit
-
-
serg@serg.mylan authored
added sql/udf_example.so scripts/make_win_src_distribution
-
- 16 Nov, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 03 Nov, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 14 Oct, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 11 Oct, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 15 Sep, 2003 1 commit
-
-
greg@mysql.com authored
Remove 3.23 InstallShield files, improve make_win_src_distribution, add extra myTest.dsp to be copied into distributions as a fix for BUG#999
-
- 03 Sep, 2003 1 commit
-
-
dlenev@dlenev.mshome authored
to ignore list.
-
- 26 Aug, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Added TCP/IP read/write timeout for windows Check on windows if second server is started with same TCP/IP port
-
- 15 Aug, 2003 1 commit
-
-
lenz@mysql.com authored
startup item: MySQL (the startup script), StartupItem.Description.plist, StartupItem.Info.plist (PKGMaker control files), StartupItem.postinstall (post-installation script for the Startup Item package) - modified support-files/MacOSX/Makefile.am to include the newly added files in the source distribution
-
- 04 Jul, 2003 1 commit
-
-
kostja@oak.local authored
OLD_PASSWORD made a keyword to allow set password=old_password('abc') constructions.
-
- 01 Jul, 2003 1 commit
-
-
kostja@oak.local authored
First version of new authentification procedure: now authentification is one-stage (instead of two-stage in 4.1) For now following tasks have been done: - PASSWORD() function was rewritten. PASSWORD() now returns SHA1 hash_stage2; for new passwords user.password contains '*'hash_stage2; sql_yacc.yy also fixed; - password.c: new functions were implemented, old rolled back to 4.0 state - server code was rewritten to use new authorization algorithm (check_user(), change user, and other stuff in sql/sql_parse.cc) - client code was rewritten to use new authorization algorithm (mysql_real_connect, myslq_authenticate in sql-common/client.c) - now server barks on 45-byte-length 4.1.0 passwords and refuses 4.1.0-style authentification. Users with 4.1.0 passwords are blocked (sql/sql_acl.cc) - mysqladmin.c was fixed to work correctly with new passwords Tests for 4.0-4.1.1, 4.1.1-4.1.1 (with or without db/password) logons was performed; mysqladmin also was tested. Additional check are nevertheless necessary.
-
- 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
-
- 03 Jun, 2003 1 commit
-
-
hf@deer.(none) authored
-
- 30 May, 2003 1 commit
-
-
ram@mysql.r18.ru authored
-