| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
into pilot.mysql.com:/home/msvensson/mysql/mysql-5.1-new-maint
|
| |\
| | |
| | |
| | | |
into pilot.mysql.com:/home/msvensson/mysql/mysql-5.1-new-maint
|
| | |\
| | | |
| | | |
| | | | |
into mysql.com:/usr/home/ram/work/bug23938/my50-bug23938
|
| | | |\
| | | | |
| | | | |
| | | | | |
into mysql.com:/usr/home/ram/work/bug23938/my50-bug23938
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
values
Set null_value in case of wrong data.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
into a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1
|
| |\ \ \ \ \
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | | |
into mysql.com:/home/my/mysql-5.1
Merge of 'remove compiler warnings when using -Wshadow'
|
| | |\ \ \ \
| | | |/ / /
| | |/| | |
| | | | | | |
into mysql.com:/home/my/mysql-5.0
|
| | | |\ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
into mysql.com:/home/my/mysql-5.0
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
- Removed not used variables and functions
- Added #ifdef around code that is not used
- Renamed variables and functions to avoid conflicts
- Removed some not used arguments
Fixed some class/struct warnings in ndb
Added define IS_LONGDATA() to simplify code in libmysql.c
I did run gcov on the changes and added 'purecov' comments on almost all lines that was not just variable name changes
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | |
| | | | | | | |
into mysql.com:/home/gluh/MySQL/Merge/5.1-opt
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Checking for NULL before calling the val_xxx()
methods only checks for such arguments that are
known to be NULLs at compile time.
The arguments that may or may not contain
NULLs (e.g. function calls and possibly others)
are not checked at all.
Fixed by first calling the val_xxx() method and
then checking for null in SEC_TO_TIME().
In addition QUARTER() was not returning 0 (as all the
val_int() functions do when processing a NULL value).
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
into mysql.com:/nfsdisk1/lars/MERGE/mysql-5.0-merge
|
| | |\ \ \ \ \
| | | |/ / / /
| | |/| | | |
| | | | | | | |
into mysql.com:/home/bk/MERGE/mysql-5.0-merge
|
| | | |\ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
into quant.(none):/ext/mysql/bk/mysql-5.0-bug24507
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
into mysql.com:/nfsdisk1/lars/MERGE/mysql-5.1-merge
|
| |\ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
into mysql.com:/home/bk/MERGE/mysql-5.1-merge
|
| | |\ \ \ \ \ \ \ \
| | | | |_|_|/ / / /
| | | |/| | | | | |
| | | | | | | | | | |
into mysql.com:/usr/home/bar/mysql-5.1.b22646
|
| | | |\ \ \ \ \ \ \
| | | | |_|_|_|_|/ /
| | | |/| | | | | |
| | | | | | | | | | |
into mysql.com:/usr/home/bar/mysql-5.0.b22646
|
| | | | | |_|_|_|/
| | | | |/| | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Problem: After introducing of LC_TIME_NAMES variable, the
function date_format() can return international non-ascii
characters in month and weekday names. Thus, it cannot return
a binary string anymore, because inserting a result of date_format()
into a column with non-utf8 character set produces garbage.
Fix: date_format() now returns a character string, using
"collation_connection" to detect character set and collation
for the returned value. This allows to insert
results of date_format() properly into columns with
various character sets.
|
|\ \ \ \ \ \ \ \ \
| | |_|_|_|/ / / /
| |/| | | | | | |
| | | | | | | | | |
into mysql.com:/home/kent/bk/main/mysql-5.1
|
| | |_|_|_|/ / /
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
Changed header to GPL version 2 only
|
| |\ \ \ \ \ \ \
| | | |_|_|_|_|/
| | |/| | | | |
| | | | | | | | |
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
|
| | | |_|_|_|/
| | |/| | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixed compiler warnings (detected by VC++):
- Removed not used variables
- Added casts
- Fixed wrong assignments to bool
- Fixed wrong calls with bool arguments
- Added missing argument to store(longlong), which caused wrong store method to be called.
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
into mysql.com:/usr/home/ram/work/bug22229/my50-bug22229
|
| |\ \ \ \ \ \ \
| | | |/ / / / /
| | |/| | | | |
| | | | | | | | |
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
|
| | |\ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
into dl145s.mysql.com:/data0/bk/team_tree_merge/MERGE/mysql-5.0-opt
|
| | |\ \ \ \ \ \ \
| | | |_|_|_|_|/ /
| | |/| | | | | |
| | | | | | | | | |
into mysql.com:/home/hf/work/mysql-5.0-0mrg
|
| |\ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
into mysql.com:/usr/home/ram/work/bug22029/my50-bug22029
|
|\ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|/ / /
| |/| | | | | | | |
| | | | | | | | | | |
into bk-internal.mysql.com:/data0/bk/mysql-5.1-arch
|
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-maint
|
| | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
into shellback.(none):/home/msvensson/mysql/mysql-5.1-maint
|
| | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
into mysql.com:/usr/home/ram/work/bug22229/my51-bug22229
|
| | | |\ \ \ \ \ \ \ \ \ \
| | | | | |_|_|_|_|_|/ / /
| | | | |/| | | | | | | |
| | | | | | | | | | | | | |
into mysql.com:/usr/home/ram/work/bug22229/my51-bug22229
|
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
From the manual:
date arithmetic operations require complete dates and do not work with
incomplete dates such as '2006-07-00' or badly malformed dates.
|
| | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | |
| | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
into mysql.com:/usr/home/ram/work/bug22029/my51-bug22029
|
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | |_|_|_|/ / / / / /
| | | | |/| | | | | | | | |
| | | | | | | | | | | | | | |
into mysql.com:/usr/home/ram/work/bug22029/my51-bug22029
|
| | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
into mysql.com:/usr/home/ram/work/bug22029/my50-bug22029
|
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
using identical format.
The problem appears when we have a space followed by a non-format symbol.
Fix: properly skip spaces.
|
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | |_|_|_|_|_|/ / / / / /
| | | |/| | | | | | | | | | |
| | | | | | | | | | | | | | | |
into mysql.com:/usr/home/ram/work/mysql-5.1-maint
|
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
- have to explicitly set null_value.
|
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / / / / / /
| | | | | | | | | | | | | / /
| | | |_|_|_|_|_|_|_|_|_|/ /
| | |/| | | | | | | | | | | |
into mysql.com:/usr/home/ram/work/bug23653/my51-bug23653
|
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | | |_|_|_|_|_|_|/ / / /
| | | |/| | | | | | | | | |
| | | | | | | | | | | | | | |
into mysql.com:/usr/home/ram/work/bug23653/my50-bug23653
|
| | | | | |_|_|_|_|_|_|_|/
| | | | |/| | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
As get_arg0_date() in the Item_func_last_day::get_date() returns
0000-00-00 date sometimes, we have to check ltime->month for 0 after the call.
|
| | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | |
| | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
into polly.local:/home/kaa/src/maint/m41-maint--07OGk
|
| | | | | | | | | | | | | | |
|
| | | | |\ \ \ \ \ \ \ \ \ \
| | | | | |/ / / / / / / / /
| | | | |/| | | | | | | | |
| | | | | | | | | | | | | | |
into polly.local:/home/kaa/src/maint/m41-maint--07OGk
|
| | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
into polly.local:/home/kaa/src/maint/m41-maint--07OGk
|
| | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
into naruto.:C:/cpp/mysql-4.1-maint
|
| | | | | |/ / / / / / / / / /
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
- The definition of the result type of a type_date function didn't
include INTERVAL_WEEK
- This patch adds an explicit test for INTERVAL_WEEK which results
in the result type for an item_date_add_intervall operation
being DATE rather than DATETIME when one parameter is
INTERVAL_WEEK.
|