- 21 Jun, 2004 3 commits
-
-
monty@mysql.com authored
Updated tests After merge fix
-
monty@mysql.com authored
-
monty@mysql.com authored
Return NULL if a time argument is given to date_add(). (Warning will be shown after Dimitri's timezone patch is pushed)
-
- 20 Jun, 2004 5 commits
-
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1-ndb
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1
-
konstantin@mysql.com authored
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1
-
- 19 Jun, 2004 3 commits
-
-
konstantin@mysql.com authored
at each 'make' invocation (pushing as two devs tested that the patch is ok).
-
guilhem@mysql.com authored
-
pekka@mysql.com authored
-
- 18 Jun, 2004 25 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1-874
-
guilhem@mysql.com authored
mysqld >=4.1.3 will however understand shutdown requests sent by clients <4.1.3. And mysqld <4.1.3 will understand shutdown requests sent by clients >=4.1.3 (it will ignore the level). Those shutdown level are just PLACEHOLDERS now. So this change is just to make the 4.1 API suitable before it is frozen. Later we will actually implement the shutdown levels.
-
paul@ice.snake.net authored
into ice.snake.net:/Volumes/ice2/MySQL/bk/mysql-4.1
-
paul@ice.snake.net authored
MySql -> MySQL (Bug #4182)
-
pekka@mysql.com authored
-
pekka@mysql.com authored
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1-ndb
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1-ndb
-
bar@mysql.com authored
No commit message
-
pekka@mysql.com authored
into mysql.com:/space/pekka/ndb/version/my41
-
dlenev@brandersnatch.localdomain authored
into brandersnatch.localdomain:/home/dlenev/src/mysql-4.1-tz-push
-
bar@deer.(none) authored
New collations were added.
-
ndbdev@ndbmaster.mysql.com authored
into ndbmaster.mysql.com:/ndb/clone-mysql-4.1-ndb-daily-2004-06-14
-
dlenev@brandersnatch.localdomain authored
into brandersnatch.localdomain:/home/dlenev/src/mysql-4.1-tz-push
-
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.
-
bar@deer.(none) authored
Code optimization to make it look better and work faster.
-
bar@deer.(none) authored
Fix for compilation failure when HAVE_CHARSET_ucs2 is not defined.
-
monty@mysql.com authored
-
monty@mysql.com authored
Don't pass --user to mysqld if --user is not used
-
monty@mysql.com authored
-
monty@mysql.com authored
-
konstantin@mysql.com authored
character set introducer": add new item type to be returned before from Item_param until it's value is set. This way items like Item_bool_func2 and udf_handler won't treat this item as constant literal when statement is prepared.
-
tomas@mc05.(none) authored
into mc05.(none):/space2/tomas/mysql-4.1-ndb-test
-
tomas@poseidon.bredbandsbolaget.se authored
-
monty@mysql.com authored
Fixed problem with NULL and derived tables (Bug #4097) Cleanup of new pushed code
-
- 17 Jun, 2004 4 commits
-
-
monty@mysql.com authored
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.0
-
monty@mysql.com authored
Fixed unlikely bug in the range optimzer when using many IN() queries on different key parts. (Bug #4157)
-
tomas@poseidon.bredbandsbolaget.se authored
hpux make fix
-