| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
- Temporary fix, disable x86 assembler.
|
|\
| |
| |
| | |
into lmy004.wdf.sap.corp:/work/mysql-5.0-clean
|
| |
| |
| |
| | |
(after review commit)
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| |
| | |
Added missing drop statement
subselect.test:
Added missing drop statement.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixed bug #11479.
The JOIN::reinit method cannot call setup_tables
after the optimization phase since this function
removes some optimization settings for joined
tables. E.g. it resets values of the null_row flag to 0.
subselect.result, subselect.test:
Added a test case for bug #11479.
|
| | |
|
|\ \
| | |
| | |
| | | |
into mysql.com:/home/jimw/my/mysql-5.0-clean
|
| |\ \
| | | |
| | | |
| | | | |
into mysql.com:/home/jimw/my/mysql-5.0-clean
|
| | | |
| | | |
| | | |
| | | | |
that is outside the acceptable date range. (Bug #10627)
|
| |\ \ \
| | | |/
| | |/|
| | | | |
into mysql.com:/home/jimw/my/mysql-5.0-clean
|
| | |\ \
| | | | |
| | | | |
| | | | | |
into mysql.com:/home/jimw/my/mysql-4.1-clean
|
| | | | |
| | | | |
| | | | |
| | | | | |
query that mixed statements that do and do not return info. (Bug #11688)
|
| | |\ \ \
| | | | | |
| | | | | |
| | | | | | |
into mysql.com:/home/jimw/my/mysql-4.1-clean
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
-T option is used. (Bug #12235)
|
| | |\ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
into mysql.com:/home/jimw/my/mysql-4.1-clean
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
after normal connection threads. (Bug #11796)
|
| | |\ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
into mysql.com:/home/jimw/my/mysql-4.1-clean
|
| | | | | | | | |
|
| | | |_|_|/ /
| | |/| | | | |
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
into mysql.com:/home/my/mysql-5.0
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
"COLUMN_DEFAULT has wrong value if NOT NULL is set"
Show NULL instead of empty string when no default value is set
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Fixed failing test
|
| |\ \ \ \ \ \ \
| | |/ / / / / /
| | | | | | | |
| | | | | | | | |
into mysql.com:/home/my/mysql-5.0
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
CFBundleShortVersionString in Info.plist may not include a version
suffix like "-beta" (BUG#12584)
- Minor cleanup: removed two unused keys from Info.plist: IFMajorVersion
and IFMinorVersion
|
| | |\ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-5.0
|
| | | | | | | | | |
|
| | | |\ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-5.0
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
mysql default port cleanup (it's set in libmysql.c, NOT in my_getopt)
configure.in
autoconf 2.52 is enough to build mysql-5.0
|
| | |\ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
into moonbone.local:/work/mysql-5.0-bug-11864
|
| | | |\ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
into moonbone.local:/work/mysql-5.0-bug-10802
|
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
HP-UX compiler was generating code which makes wrong conversion from double to
ulonglong which results in not using index in some cases.
Changed type cast operators odrer with which generated code makes proper
conversion.
|
| | |\ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / / /
| | |/| | | | | | | | |
| | | | | | | | | | | | |
into moonbone.local:/work/mysql-5.0-bug-11864
|
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
Column names weren't checked for uniqueness for subqueries.
Code for names uniqueness checking used for view creation moved into
separate function named check_duplicate_names(). It's called on
preparation of subqueries to check uniqueness of names. If duplicate names
are found then error is raised.
|
| | | |_|/ / / / / / /
| | |/| | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
remove unneeded multitable_view assignment
sql_view.cc:
fix potential memorry overrun in ref_array
asssign multitable_view in time of view creation (BUG#12569)
|
| | |\ \ \ \ \ \ \ \ \
| | | |_|_|/ / / / / /
| | |/| | | | | | | |
| | | | | | | | | | | |
into hasky.mysql.fi:/home/sanja/work-merge-5.0
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
postmerge fix
subselect.result:
new 5.0 result (postmerge)
|
| | | |\ \ \ \ \ \ \ \
| | | | | |_|_|/ / / /
| | | | |/| | | | | |
| | | | | | | | | | | |
into hasky.mysql.fi:/home/sanja/work-merge-5.0
|
| | | | |\ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
into 50.0.168.192.in-addr.arpa:/Users/bell/mysql/bk/work-bug2-4.1
|
| | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
into 50.0.168.192.in-addr.arpa:/Users/bell/mysql/bk/work-bug2-4.1
|
| | | | | | | | | | | | | |
|
| | | | | |_|_|_|_|_|/ /
| | | | |/| | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
Don't skip SET command even if --replicate-wild* says to.
E.g., SET ONE_SHOT TIME_ZONE = 'XYZ' should be executed (BUG #12542)
|
| | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
into mysql.com:/space/my/mysql-4.1-merge
|
| | | | | | | | | | | | | |
|
| | |\ \ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / / / /
| | |/| | | | | | | | | | |
|
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
Now we keep all active XID's in a hash
|
| | | | | | | | | | | | | |
|
| | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | |
| | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
|
| | | | | | | | | | | | | |
| | | | | | | | | | | | | |
| | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
extra safety for OPTIONS_WRITTEN_TO_BIN_LOG
|
| | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
|