jimw@mysql.com
0e323e566d
Merge mysql.com:/home/jimw/my/mysql-4.1-clean
...
into mysql.com:/home/jimw/my/mysql-5.0-clean
2005-09-02 12:42:00 -07:00
jimw@mysql.com
9dc0da7c46
Merge mysql.com:/home/jimw/my/mysql-4.1-11280
...
into mysql.com:/home/jimw/my/mysql-4.1-clean
2005-09-02 12:12:36 -07:00
joerg@mysql.com
d636c34689
Merge mysql.com:/M40/raymond-4.0 into mysql.com:/M51/merge-5.1
2005-09-01 22:02:28 +02:00
joerg@mysql.com
4b677dfa59
Merge mysql.com:/M40/raymond-4.0 into mysql.com:/M50/merge-5.0
2005-09-01 21:54:18 +02:00
joerg@mysql.com
163ead846e
Merge mysql.com:/M40/raymond-4.0 into mysql.com:/M41/merge-4.1
2005-09-01 21:36:16 +02:00
joerg@mysql.com
0a2e013c9d
Add "MYSQL_BASE_VERSION" to the list of substituted variables in the "scripts" subdirectory.
2005-09-01 20:01:21 +02:00
ndbdev@dl145b.mysql.com
583979d949
merge
2005-08-31 20:45:48 +02:00
jimw@mysql.com
2ef8b1e7de
Fix quoting of options passed to external commands by mysqld_multi. (Bug #11280 )
2005-08-31 10:23:29 -07:00
pappa@c-4a09e253.1238-1-64736c10.cust.bredbandsbolaget.se
02056f8e3a
Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into c-4a09e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/mysql-5.1
2005-08-25 13:11:38 -04:00
joerg@mysql.com
c070251abd
Merge mysql.com:/M51/clone-5.1 into mysql.com:/M51/mysql-5.1
2005-08-24 13:56:54 +02:00
jimw@mysql.com
c2cb759003
Fix typo in mysql_fix_privilege_tables.sql (Bug #12705 )
2005-08-23 16:37:21 -07:00
kent@mysql.com
94722a3801
make_win_src_distribution.sh:
...
Added missing backslashes
2005-08-06 03:10:35 +02:00
pappa@c-8b0ae253.1238-1-64736c10.cust.bredbandsbolaget.se
69acde961f
Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into c-8b0ae253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/mysql-5.1
2005-08-05 18:01:34 -04:00
reggie@fedora.(none)
d146cc9e2f
add support for vcproj and sln files (Visual Studio 2003)
2005-08-04 10:08:55 -05:00
jimw@mysql.com
de46ae18c2
Merge mysql.com:/home/jimw/my/mysql-5.0-11602
...
into mysql.com:/home/jimw/my/mysql-5.0-clean
2005-08-02 16:50:12 -07:00
jimw@mysql.com
0536bd6679
Increase allowed size of stored procedure bodies to 4GB, and
...
produce a sensible error when that limit is exceeded. (Bug #11602 )
2005-07-26 18:08:49 -07:00
lenz@mysql.com
bbd06a333a
Merge mysql.com:/space/my/mysql-4.1-merge
...
into mysql.com:/space/my/mysql-5.0-build
2005-07-25 15:04:28 +02:00
lenz@mysql.com
0c30acae32
- merge from 4.0: updated scripts/Makefile.am to properly create but not install
...
make_binary_distribution, make_sharedlib_distribution and make_win_src_distribution
- removed make_win_binary_distribution.sh
2005-07-25 14:39:23 +02:00
lenz@mysql.com
d9bacfa236
- Make sure the scripts make_binary_distribution, make_sharedlib_distribution and
...
make_win_src_distribution are created, but not installed
- removed make_win_binary_distribution.sh as it's obsolete and outdated
2005-07-25 14:14:24 +02:00
joerg@mysql.com
16bfcd3c75
File / directory structure change from 5.0 to 5.1:
...
Table handlers "bdb", "heap", "innobase", "myisam", and "myisammrg"
have been moved into a common subdirectory "storage".
This must be reflected in the tools for Windows:
1) When the source package is created, there is the additional level "storage".
2) The project files below "VC++Files" also get that additional directory level, to keep structures in sync.
3) Within the project files, references to/from the table handlers must cross that level.
2005-07-21 21:47:46 +02:00
lenz@mysql.com
ca9087a82c
- don't install the Mac OS X support files when running "make install" -
...
they're not needed outside of the source tree (BUG#12057)
- Removed some more unneeded files from "make install" along the way
2005-07-20 19:15:48 +02:00
tulin@dl145b.mysql.com
bf6e3f9aa8
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into dl145b.mysql.com:/home/ndbdev/tomas/mysql-5.1
2005-07-20 07:53:10 +02:00
jimw@mysql.com
80c1c6b33f
Merge mysql.com:/home/jimw/my/mysql-4.1-clean
...
into mysql.com:/home/jimw/my/mysql-5.0-clean
2005-07-19 11:05:49 -07:00
jimw@mysql.com
bb6918e312
Merge mysql.com:/home/jimw/my/mysql-4.1-7249
...
into mysql.com:/home/jimw/my/mysql-4.1-clean
2005-07-19 10:35:15 -07:00
tomas@poseidon.ndb.mysql.com
674b6bb151
Merge
2005-07-12 20:01:22 +02:00
lenz@mysql.com
611ae59245
- reverted adding mysql-test/t/*.def to the distribution (it is not supported in 4.1
...
at all)
2005-07-08 21:04:54 +02:00
pem@mysql.com
5ce9198f20
Fixed BUG#11365: Stored Procedure: Crash on Procedure operation
...
Two separate problems. A key buffer was too small in sp.cc for multi-byte
fields, and the creation and fixing of mysql.proc in the scripts hadn't been
updated with the correct character sets and collations (like the other
system tables had).
Note: No special test case, as the use of utf8 for mysql.proc will make
any existing crash (if the buffer overrrun wasn't fixed).
2005-07-08 16:33:15 +02:00
lenz@mysql.com
79f43c864a
- manual merge of the addition of including mysqlt-test/t/*.def
2005-07-08 11:27:08 +02:00
lenz@mysql.com
780d699b86
- added mysql-test/t/*.def to the source and binary distributions
2005-07-08 11:07:05 +02:00
lenz@mysql.com
a9e1b8756d
- manual merge of the make_binary_distribution.sh ChangeSet propagation
2005-07-06 14:30:51 +02:00
lenz@mysql.com
68e5693096
Merge mysql.com:/space/my/mysql-4.0-build
...
into mysql.com:/space/my/mysql-4.1-build
2005-07-06 14:00:24 +02:00
lenz@mysql.com
49986c7e05
- backported a change for make_binary_distribution.sh from 5.0 for easier building of
...
all versions: added an option "--machine" that allows to override the autodetected
architecture string (e.g. "i386") that becomes part of the binary package name with
a different one
- moved the removal of the BASE directory to the end of the make_binary_distribution
script
2005-07-06 13:58:29 +02:00
jimw@mysql.com
2669b86612
Merge mysql.com:/home/jimw/my/mysql-4.1-clean
...
into mysql.com:/home/jimw/my/mysql-5.0-clean
2005-07-05 15:23:13 -07:00
jimw@mysql.com
c45f86a265
Merge mysql.com:/home/jimw/my/mysql-4.1-10986
...
into mysql.com:/home/jimw/my/mysql-4.1-clean
2005-07-05 12:56:47 -07:00
bell@sanja.is.com.ua
4bc6bd38ec
Merge
2005-07-05 13:42:19 +03:00
bell@sanja.is.com.ua
bfbd0e241b
added processing of view grants to table grants (BUG#9795)
2005-07-05 13:36:36 +03:00
monty@mysql.com
86d7b02199
Merge with 4.1
2005-07-03 14:17:52 +03:00
kent@mysql.com
d16e1cafa7
make_win_src_distribution.sh:
...
Bug#11009, some more cleanup of unneded files from bootstrap
2005-06-28 05:25:29 +02:00
jimw@mysql.com
13773acc1b
If mysql_config is a symlink, resolve it before trying to find the lib and
...
include directories relative to where it is located. (Bug #10986 )
2005-06-24 17:59:19 -07:00
jimw@mysql.com
9f4c796922
Fix handling of datadir by mysqld_safe to support specifying a
...
different DATADIR via the command line or during ./configure and
still starting up mysqld_safe via a relative path. (Bug #7249 )
2005-06-24 17:14:16 -07:00
tulin@dl145b.mysql.com
6a0a577335
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb
...
into dl145b.mysql.com:/home/ndbdev/tomas/mysql-5.1
2005-06-08 17:12:09 +02:00
lenz@mysql.com
024010e562
- make sure to include mysql-test/t/*.sql files in the binary distributions and when
...
"make install" is called (mysql_delimiter.sql was missing)
2005-06-08 11:49:24 +02:00
tulin@dl145b.mysql.com
b1a3d74f20
merge
2005-06-07 19:38:28 +02:00
igor@rurik.mysql.com
c963b12fd3
Merge rurik.mysql.com:/home/igor/dev/mysql-4.1-0
...
into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
2005-06-07 06:38:05 -07:00
ndbdev@dl145b.mysql.com
723173c0f3
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into dl145b.mysql.com:/home/ndbdev/tomas/mysql-5.1
2005-06-07 12:50:45 +02:00
lenz@mysql.com
a411763dae
Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/space/my/mysql-4.1
2005-06-07 11:41:55 +02:00
lenz@mysql.com
6e5818e977
- manual merge of mysql.spec.sh
2005-06-07 11:40:56 +02:00
lenz@mysql.com
1c21f84afb
- BUG#10676: don't install "make_win_src_distribution" and "make_win_binary_distribution"
...
when doing "make install" (they are not needed/useful) outside the build tree. Added
"mysql_client_test" to the "MySQL-bench" RPM.
- some small RPM spec file improvements (more variables than hard-coded values, cleanups)
2005-06-07 10:25:51 +02:00
elliot@mysql.com
b906f31388
BUG#7967 Fix mysqlhotcopy --record-log-position
2005-06-06 22:17:16 -04:00
tomas@poseidon.ndb.mysql.com
925548d349
Merge
2005-06-02 00:51:30 +02:00