SergeyV@selena.
00990f9774
Fixes bug #13377 . my_open() & my_create() functions changed to use
...
my_sopen() on win32 which allows to use FILE_SHARE_DELETE flag to
allow deleting opened files. my_sopen() implementation is added to
support this functionality.
2005-11-14 16:01:10 +03:00
SergeyV@selena.
95e0c72eb2
Fixed number of compiler errors on win32.
2005-11-14 15:19:52 +03:00
pekka@mysql.com
5a6a844fb7
ndb - wl#1497 add LinearPool
2005-11-14 12:03:23 +01:00
kent@mysql.com
7966c4ddac
config-win.h:
...
Disabled yaSSL support for now
2005-11-14 04:07:24 +02:00
kent@mysql.com
a717f7bf98
Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1-gca
...
into mysql.com:/Users/kent/mysql/bk/mysql-5.0-release
2005-11-14 02:08:17 +02:00
kent@mysql.com
61438b0218
mysql-test-run.pl:
...
Corrected search for 'mysqlimport' executable
2005-11-14 01:59:15 +02:00
kent@mysql.com
6c2017e0c0
Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/Users/kent/mysql/bk/mysql-5.0
2005-11-12 15:11:21 +02:00
andrey@lmy004.
6f8d80b146
2 More --bdb variables (fix for bug #14895 )
...
- added bdb-cache-parts
- modified bdb-cache-size to support more than 4G
- added bdb-region-size (size of memory pool for storing file names used in transaction)
2005-11-12 11:56:16 +01:00
svoj@mysql.com
5d8cefe0b4
Fix for BUG#5686 - #1034 - Incorrect key file for table - only utf8
2005-11-12 11:25:14 +04:00
pekka@mysql.com
f2f239b5ee
Merge mysqldev@production.mysql.com:/data0/mysqldev/my/mysql-5.1-release
...
into mysql.com:/space/pekka/ndb/version/my51-rel
2005-11-12 05:14:23 +01:00
jimw@mysql.com
11669921ce
Support full list of BDB deadlock detection methods. (Bug #14876 )
2005-11-11 16:36:26 -08:00
jimw@mysql.com
2ffc7ff2a2
Update out-of-date URLs in 'help' text of mysql client. (Bug #14801 )
2005-11-11 15:23:04 -08:00
joerg@mysql.com
9f065041fc
Not all RPM builds can use the bundled zlib, due to dependency and link conflicts. Solve this.
2005-11-11 22:18:41 +01:00
jimw@mysql.com
eeaecbc2bd
Sync suggestions for bdb_cache_size in my-medium.cnf and my-huge.cnf to
...
be the same as the suggested innodb_buffer_pool_size.
2005-11-11 11:41:23 -08:00
SergeyV@selena.
dbb29d11ee
Fixes bug #14569 . When no db is selected as current and we do create procedure db.sp()...
...
we changing current db temporarily and restore it when sp is created. however thd->db
in this case becomes empty string rather than NULL and so all checks of thd->db == NULL
will be false. So if after this we'll issue create procedure sp2()... without specifying
db it will succeed and create sp with db=NULL, which causes mysqldto crash on
show procedure status statement.
This patch fixes the problem.
2005-11-11 21:01:48 +03:00
joerg@mysql.com
bc964a379a
Merge mysqldev@production.mysql.com:/data0/mysqldev/my/mysql-5.1-release
...
into mysql.com:/M51/clone-5.1
2005-11-11 18:51:22 +01:00
joerg@mysql.com
ebb6552b1c
scripts/make_binary_distribution.sh
...
Adapt to the directory hierarchy change in 5.1, "ndb" -> "storage/ndb".
2005-11-11 18:48:53 +01:00
pem@mysql.com
b607fdb04d
Merge mysql.com:/usr/local/bk/mysql-5.0
...
into mysql.com:/usr/home/pem/bug14723/mysql-5.0
2005-11-11 18:12:40 +01:00
evgen@moonbone.local
508824f7c4
Fix bug #13622 Wrong view .frm created if some field's alias contain \n
...
View .frm parser assumes that query string will take only 1 line, with \n in
aliases query stringmay take several lines thus produces bad .frm file.
'query' parameter type changed from 'string' to 'escaped string'
2005-11-11 20:03:32 +03:00
SergeyV@selena.
d2042caca6
Fixes bug #14569 . In addition to check current db of not being NULL value
...
it is added a check of not being empty value. When modifying SP with Admin
application on win32 it does not pass curent database so sp is stored with
db=null which causes a crash later on show procedure status;
2005-11-11 19:06:18 +03:00
pekka@mysql.com
e98fad6bcb
ndb - 5.1.2 build fix: Signal syms in test pgms on hp3750
2005-11-11 12:47:10 +01:00
georg@lmy002.wdf.sap.corp
5896aa5179
Merge grichter@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into lmy002.wdf.sap.corp:/home/georg/work/mysql/prod/mysql-5.1
2005-11-11 11:40:48 +01:00
pekka@mysql.com
bffe8fb29d
ndb - 5.1.2 build fix: array initializer crashes gcc-2.95.3
2005-11-11 11:36:00 +01:00
georg@lmy002.wdf.sap.corp
e232848647
removed old sap build files
2005-11-11 11:20:48 +01:00
pem@mysql.com
7d134961df
Fixed BUG#14723: Dumping of stored functions seems to cause corruption
...
in the function body
Changed the way the end of query was found from the lex state.
The routine body was not extracted correctly when using the
/*!version ... */ wrapper (in dump files); for some types of routines
(e.g. with a label at the first begin), the trailing "*/" was not skipped.
2005-11-11 11:10:52 +01:00
timour@mysql.com
13260ea8f3
Merge mysql.com:/home/timka/mysql/src/5.0-virgin
...
into mysql.com:/home/timka/mysql/src/5.0-bug-14662
2005-11-11 12:10:19 +02:00
andrey@lmy004.
bc684697a6
unneeded files
2005-11-11 10:54:01 +01:00
timour@mysql.com
99257a935e
Merge mysql.com:/home/timka/mysql/src/5.0-virgin
...
into mysql.com:/home/timka/mysql/src/5.0-bug-14662
2005-11-11 11:41:21 +02:00
timour@mysql.com
225e94fb75
Fix for BUG#14662: view column in ORDER BY considered ambiguous if SELECT contains
...
the same column as an aliased and as a non-aliased column.
The problem was that Item_direct_view_ref::eq() was first comparing view columns
by name, and in this case the name of one of them is different since it is aliased.
2005-11-11 11:40:35 +02:00
gluh@eagle.intranet.mysql.r18.ru
7803d80aa4
Fix for bug#13818 SHOW CREATE VIEW / TABLE and information_schema.views fail
...
for invalid view
Permit SHOW CREATE VIEW, SHOW CREATE TABLE, and retrieval of metadata from
information_schema for invalid views
2005-11-11 13:39:46 +04:00
anozdrin@mysql.com
b13dd4ff72
Manual merge.
2005-11-11 03:28:35 +03:00
anozdrin@mysql.com
1d3867faa5
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/alik/MySQL/devel/5.0-wl2818
2005-11-11 03:25:24 +03:00
brian@zim.(none)
8ca332d38e
Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into zim.(none):/home/brian/mysql/show-5.1-new
2005-11-10 15:42:56 -08:00
brian@zim.(none)
31cdb3dd7d
Show engines has been extended to now report if an engine has transactions, XA, or savepoints.
2005-11-10 15:40:00 -08:00
anozdrin@mysql.com
3543f9d36c
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/alik/MySQL/devel/5.0-wl2818
2005-11-11 00:57:36 +03:00
brian@zim.(none)
44d54791ae
Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into zim.(none):/home/brian/mysql/mysql-5.0
2005-11-10 13:55:14 -08:00
bell@sanja.is.com.ua
32dc644e66
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-bug4-5.0
2005-11-10 21:57:04 +02:00
anozdrin@mysql.com
f23f49ed57
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/alik/MySQL/devel/5.0-wl2818
2005-11-10 22:48:00 +03:00
anozdrin@mysql.com
491e4f89f5
WL#2818 (Add creator to the trigger definition for privilege
...
checks on trigger activation)
2005-11-10 22:25:03 +03:00
jimw@mysql.com
3506e1e58b
Merge mysql.com:/home/jimw/my/mysql-4.1-clean
...
into mysql.com:/home/jimw/my/mysql-5.0-clean
2005-11-10 11:24:57 -08:00
jimw@mysql.com
56a56a789a
Merge mysql.com:/home/jimw/my/mysql-4.1-14469
...
into mysql.com:/home/jimw/my/mysql-4.1-clean
2005-11-10 11:23:52 -08:00
jimw@mysql.com
9d670ddbf4
Merge mysql.com:/home/jimw/my/mysql-5.0-12570
...
into mysql.com:/home/jimw/my/mysql-5.0-clean
2005-11-10 11:22:13 -08:00
bell@sanja.is.com.ua
8cedaeb971
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-bug4-5.0
2005-11-10 21:16:56 +02:00
guilhem@mysql.com
28d23440c3
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/mysql_src/mysql-5.0
2005-11-10 19:17:52 +01:00
brian@grrr.local
6375e03ca8
Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into grrr.local:/Users/brian/mysql/mysql-5.1-new
2005-11-10 19:52:08 +02:00
brian@grrr.local
9807162144
Added "SHOW AUTHORS" code
2005-11-10 19:43:17 +02:00
bell@sanja.is.com.ua
148570fca1
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-bug4-5.0
2005-11-10 19:38:00 +02:00
guilhem@mysql.com
dda1756789
Merge mysql.com:/home/mysql_src/mysql-5.0-release
...
into mysql.com:/home/mysql_src/mysql-5.0
2005-11-10 18:14:07 +01:00
guilhem@mysql.com
9e07979476
Merge mysqldev@production.mysql.com:my/mysql-5.0-release
...
into mysql.com:/home/mysql_src/mysql-5.0-release
2005-11-10 17:53:09 +01:00
guilhem@mysql.com
ff46e54932
WL#2971 "change log-bin-trust-routine-creators=0 to apply only to functions".
...
Indeed now that stored procedures CALL is not binlogged, but instead the invoked substatements are,
the restrictions applied by log-bin-trust-routine-creators=0 are superfluous for procedures.
They still need to apply to functions where function calls are written to the binlog (for example as "DO myfunc(3)").
We rename the variable to log-bin-trust-function-creators but allow the old name until some future version (and issue a warning if old name is used).
2005-11-10 17:50:51 +01:00