| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Results for the above test case
union.test:
A test case for bug #10032 involving UNION's and ORDER BY clause
sql_yacc.yy:
Fix for a bug #10032 involving a parser bug with UNION's and ORDER BY
|
|\
| |
| |
| | |
into mysql.com:/home/dlenev/src/mysql-4.1-bg10040
|
| |
| |
| |
| | |
"'func_sapdb' fails on 64bit build hosts")
|
| | |
|
|\ \
| | |
| | |
| | | |
into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
|
| | | |
|
| |/
|/|
| |
| |
| | |
A fix of the original patch.
Correctly clear a bit from an enum value.
|
|\ \
| | |
| | |
| | | |
into neptunus.(none):/home/msvensson/mysql/mysql-4.1
|
| |/ |
|
|/ |
|
|\
| |
| |
| | |
into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
|
| |
| |
| |
| | |
update of primary key is done before next value to insert
|
|\ \
| |/
|/|
| | |
into mysql.com:/space/my/mysql-4.1
|
| |\
| | |
| | |
| | | |
into mysql.com:/space/my/mysql-4.1
|
| |\ \
| | | |
| | | |
| | | | |
into mysql.com:/space/my/mysql-4.1
|
| | | | |
|
| | |\ \ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
while testing changes to the mysql-copyright scripts
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- fixed copyright header and removed obsolete comments about how to
build the manual using texinfo
- added an "install-data-hook" to install the mysql.info info page.
This seems to be the only way to install info pages, if they are not
built from texinfo sources directly.
|
| | | | |
| | | | |
| | | | |
| | | | | |
(it's already in EXTRA_DIST of the toplevel Makefile.am)
|
|\ \ \ \ \
| | |_|_|/
| |/| | |
| | | | | |
into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
into deer.(none):/home/hf/work/mysql-4.1.7344
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
One more free_charset call added
|
| |\ \ \ \ \
| | |_|/ / /
| |/| | | |
| | | | | | |
into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
|
| | | |/ /
| | |/| |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fixed bug #9681.
The bug happened with queries using derived tables specified by
a SELECT with ROLLUP, such as:
SELECT * FROM (SELECT a, SUM(a) FROM t1 GROUP BY a WITH ROLLUP) t2,
if column a of table t1 is declared as NOT NULL.
This was to the fact that the first column of the temporary table
created to contain the derived table erroneously inherited the NOT NULL
attribute from column a.
olap.result, olap.test:
Added a test case for bug #9681.
|
| | | | | |
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
into mysql.com:/home/mydev/mysql-4.1-bug7806
|
| | |\ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
into mysql.com:/home/mydev/mysql-4.1-bug7806
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Modified the check for the timestamp field so that the flags for
the automatic for inserts and updates are cleared independently.
|
| | | | | | | |
|
| |\ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
- Segfault because of passing a 64-bit pointer to 32 bit integer.
- Add new include config_readline.h which will calculate some new defines
based on what is found in config.h
- This file was originally included in readline 4.3 as config.h.in, only the part that
makes new defines have been moved to this file.
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | |
| | | | | | | |
into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
|
| | | | | | | |
|
| | | | | | | |
|
| |\ \ \ \ \ \
| | |_|/ / / /
| |/| | | | |
| | | | | | | |
into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | |_|_|/ / /
| |/| | | | |
| | | | | | | |
into mysql.com:/home/psergey/mysql-4.1-bug9103
|
| |\ \ \ \ \ \
| | |/ / / / /
| |/| | | | |
| | | | | | | |
into hundin.mysql.fi:/home/jan/mysql-4.1
|
| | |/ / / / |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix src distributions for benchmark prg
|
| |\ \ \ \ \
| | |/ / / /
| |/| | | |
| | | | | | |
into mysql.com:/home/dlenev/src/mysql-4.1-bg8086
|
| | |\ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
into mysql.com:/home/dlenev/src/mysql-4.1-bg8086
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
result" (and similar bug in ADDTIME/SUBTIME).
Both Item_func_add_time/Item_func_timediff::val_str() now use
calc_time_diff() function which was backported from 5.0 (and which
was was fixed to properly handle microseconds part of its second
argument). Also now we correctly set sign of result in case when
first argument is negative and second is positive.
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
Backported from 5.0.3.
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Don't produce data truncation warnings from within cp_buffer_from_ref(). This function
is only used to make index search tuples and data truncation that occurs here has no
relation with truncated values being saved into tables.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
into mysql.com:/home/psergey/mysql-4.1-bug9439
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Changed type of "Sub_part" column in SHOW KEYS from TINYINT to SMALLINT (as MAX_KEY_LENGTH=1024)
(this is the final cset with proper tests)
|
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | |
| | | | | | |
into mysql.com:/space/my/mysql-4.1-build
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
already (and that's the Makefile that acutally creates it)
|