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
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
lenz@mysql.com
9afd2563e9
Merge of 4.1 -> 5.0
2005-06-01 15:11:14 +02:00
lenz@mysql.com
e877e71b17
Merge mysql.com:/space/my/mysql-4.0 into mysql.com:/space/my/mysql-4.1
2005-06-01 13:06:15 +02:00
lenz@mysql.com
7bd3dd7cb3
- removed references to some obsolete files (BUG#10824)
...
- removed obsolete mysql-max.spec.sc RPM spec file (Max is built out of the standard
spec file)
2005-06-01 12:59:10 +02:00
tim@siva.hindu.god
8a77c6f741
scripts/mysqld_safe.sh
...
Only add --defaults-extra-file=$DATADIR/my.cnf if $DATADIR/my.cnf is readable.
2005-05-27 12:44:06 +12:00
jimw@mysql.com
6757a04e4c
Merge mysql.com:/home/jimw/my/mysql-5.0-build
...
into mysql.com:/home/jimw/my/mysql-5.0-clean
2005-05-18 17:13:31 -07:00
kent@mysql.com
2b5f9fad81
make_win_src_distribution.sh:
...
Add YASSL to Windows source distribution
Skip .deps, and remove .o files from source dist
2005-05-18 16:04:44 +02:00
ramil@mysql.com
8add105ff5
Merge mysql.com:/usr/home/ram/work/mysql-5.0-build
...
into mysql.com:/usr/home/ram/work/mysql-5.0
2005-05-18 18:15:14 +05:00
kent@mysql.com
f81e6248d2
make_binary_distribution.sh:
...
To be safe, put "..." around variables to the test command
2005-05-18 12:49:43 +02:00
matt@mysql.com
4dca62401c
make_binary_distribution.sh:
...
Use portable check for empty string.
2005-05-18 03:45:01 +02:00
acurtis@xiphis.org
8df5887ad5
Bug#10246 - Parser: bad syntax for GRANT EXECUTE
...
Rename some functions
more fine-grained sp privileges
make grant/revoke sp grammar less ambigious
2005-05-17 19:54:20 +01:00
dlenev@mysql.com
fa8bf7bc09
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/dlenev/src/mysql-5.0-merges
2005-05-09 17:26:59 +04:00
mwagner@ultrafly.mysql.com
58409db4c9
make_binary_distribution.sh:
...
- Add --machine override
2005-05-09 14:57:45 +02:00
dlenev@mysql.com
e7f29e1904
Manual merge of fix for bug #9913 into 5.0 tree.
2005-05-09 16:21:57 +04:00
mwagner@ultrafly.mysql.com
f5ba5ab024
make_binary_distribution.sh:
...
- Print the platform name for the build logs.
2005-05-09 12:05:13 +02:00
serg@sergbook.mylan
b1edf49952
don't use tmp file for such a triviality
2005-05-09 09:24:05 +02:00
mwagner@ultrafly.mysql.com
c5cb8a2bfa
make_binary_distribution.sh:
...
- Remove vendor tag from package names.
- Map standard OS names to user-friendly versions.
2005-05-08 23:02:50 +02:00
jimw@mysql.com
36869043ec
Resolve merge of fix for #8166 .
2005-05-02 10:25:47 -07:00
joerg@mysql.com
a0cac19e6e
Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/M50/mysql-5.0
2005-04-26 19:11:54 +02:00
jani@ua141d10.elisa.omakaista.fi
005c447183
Added a check for config-file.
2005-04-26 17:57:14 +03:00
jani@ua141d10.elisa.omakaista.fi
c98b90bbfb
Fixed Bug#9834, "mysqld_multi --config-file parameter requires
...
absolute path".
2005-04-26 17:46:43 +03:00
jani@ua141d10.elisa.omakaista.fi
d4d0f9c126
Fixed Bug#6221, "mysqld_multi doesn't read the init_connect
...
option in my.cnf correctly"
2005-04-26 16:16:38 +03:00
jani@ua141d10.elisa.omakaista.fi
7810721f40
Fixed Bug#9835: mysqld_multi --help won't output help if there are
...
parameter problems.
2005-04-26 14:28:22 +03:00
joerg@mysql.com
49ac2dac3e
Automerge / manual check of the fixes for NPTL configuration (bug#2173, bug#5871, and bug#9497).
...
Post-merge fix will follow.
2005-04-26 12:03:37 +02:00
guilhem@mysql.com
3022cbc60c
Informing of deprecation of mysql_tableinfo by INFORMATION_SCHEMA (and
...
I'm thinking of removing the script in 5.1).
2005-04-24 22:37:43 +02:00
joerg@mysql.com
48ba5e4956
Step 1 of the switch to support configuration with NPTL:
...
Rename 'IS_LINUX' configuration variable to 'TARGET_LINUX'.
2005-04-20 20:10:28 +02:00
acurtis@xiphis.org
1ef7bbc74b
Update for VARCHAR and remove 4.1-specific actions.
...
by Philip Antoniades
2005-04-18 22:01:18 +01:00
monty@mishka.local
de1b1fe54d
Added more rows to test to get predictable results
2005-04-16 10:53:30 +03:00
monty@mishka.local
c8170b349f
Merge with 4.1
2005-04-16 04:35:54 +03:00
monty@mishka.local
2b322f36d8
Ensure that all privilege tables are created in MyISAM
2005-04-16 04:12:30 +03:00
lenz@mysql.com
a88acf4a9f
Merge mysql.com:/space/my/mysql-4.1
...
into mysql.com:/space/my/mysql-4.1-build
2005-04-13 20:14:45 +02:00
lenz@mysql.com
1bd8c68f7f
- After merge fixes
2005-04-13 19:46:26 +02:00
lenz@mysql.com
077368fc28
More changes to reflect the removal of manual.texi from the sources:
...
- Added a stub scripts/fill_help_tables.sql file to satisfy the build dependencies
- Removed scripts/fill_help_tables.sh and updated scripts/Makefile.am accordingly
The fill_help_tables.sql stub will be replaced with the approriate content when building the
official source distribution via Bootstrap - it's now autogenerated on the documentation server
and will be copied into place before packing up the source distribution.
2005-04-13 18:29:23 +02:00
lenz@mysql.com
ad75afe308
Manual merge of the ChangeSet to remove the dependency on manual.texi from the source tree (from 4.0)
2005-04-13 13:27:06 +02:00
lenz@mysql.com
11df4eec85
- manual.texi will be replaced with a manual written in DocBook/XML. This ChangeSet removes all
...
references to the .texi file and the build targets that depend on manual.texi as the input file.
- added COPYING as a regular file instead of creating it during the build. This ensures that it's part
of the sources when pulling from BK (it used to be extracted from the manual)
- Removed a lot of cruft and unused/obsolete stuff from the Docs directory (e.g. Flags, Images)
- added a dummy mysql.info placeholder file (the info file is still used as the source to extract
various text files during the build). It will be replaced with a "real" file during the Bootstrap
process to create the official source distribution - the placeholder just satisfies build dependencies.
2005-04-13 11:51:38 +02:00
jimw@mysql.com
3dcfc31e76
Remove references to result.es files
2005-04-12 18:04:32 -07:00
monty@mysql.com
beb28b27e0
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/my/mysql-5.0
2005-04-06 17:23:34 +03:00
monty@mysql.com
49e721677f
Fixed errors descovered by valgrind 2.4
...
Added suppression file for some valgrind warnings that are not real errors
2005-04-06 17:22:21 +03:00
jimw@mysql.com
127afff8c8
Remove references to result.es files
2005-04-05 13:01:42 -07:00
petr@mysql.com
7730319738
Enable IM in the binary distribution and fix Bug #9513 (mysql.server script from the binary distibution
...
doesn't work out of the box)
2005-04-04 03:49:10 +04:00
pekka@mysql.com
5b9bd8c0c8
Merge
2005-04-01 10:13:37 +02:00
serg@serg.mylan
94ede0717a
include sql/examples in the window source distribution
2005-03-31 20:27:29 +02:00
jimw@mysql.com
3ef3c59ed0
Hack to ensure that CHAR's created in 5.0 are not converted to VARCHAR even if
...
the row type is dynamic (For 4.1 tables old 'VARCHAR' fields are converted to
true VARCHAR in the next ALTER TABLE)
This ensures that one can use MySQL 5.0 privilege tables with MySQL 4.1.
(Fix imported from main 5.0 tree to 5.0.3 build tree.)
2005-03-22 21:52:01 +01:00
mysqldev@mysql.com
ad26a667e6
sql_acl.cc, sql_acl.h, sql_parse.cc
...
New privilege CREATE USER (CREATE_USER_ACL, Create_user_priv) added
grant2.test:
new tests (mostly backported from jani's patch)
system_mysql_db.result, sp.result, grant2.result, grant.result:
results updated
2005-03-22 15:54:18 +01:00
jimw@mysql.com
441f863f52
Merge mysql.com:/home/jimw/my/mysql-5.0-8902
...
into mysql.com:/home/jimw/my/mysql-5.0-clean
2005-03-11 12:46:11 -08:00
jimw@mysql.com
eaea82d3af
Merge query_cache tests
2005-03-11 12:38:38 -08:00
jimw@mysql.com
d114066174
Merge mysql.com:/home/jimw/my/mysql-4.1-8513
...
into mysql.com:/home/jimw/my/mysql-4.1-clean
2005-03-11 11:08:04 -08:00
joerg@mysql.com
f610930224
Correct "make_win_src_distribution" to not introduce additional directory layers,
...
adapt the Windows build files accordingly.
2005-03-10 21:13:46 +01:00
lars@mysql.com
20318574d4
Merge
2005-03-09 21:41:09 +01:00
kent@mysql.com
3ce3295e3f
mysqldumpslow.sh:
...
bug#4914 added --help and usage information
2005-03-09 15:00:40 +01:00
serg@serg.mylan
956682de1a
merged
2005-03-09 14:09:06 +01:00
jimw@mysql.com
2b2efa4208
Add all SQL_MODE settings to proc table. (Bug #8902 )
2005-03-08 17:40:43 -08:00
kent@mysql.com
c6002966be
mysql-test-run.pl:
...
Removed -c from /bin/sh call
make_win_src_distribution.sh:
Copy all content in mysql-test
make_win_binary_distribution.sh, make_binary_distribution.sh:
Add Perl version of mysql-test-run to package
s_win32_dsp, s_win32, s_vxworks, s_test, s_readme, s_java, s_javah:
Bug #6209 changes for building Berkeley DB from BitKeeper on Solaris
2005-03-09 01:34:22 +01:00
jimw@mysql.com
f7c01cfb76
Merged from 4.1
2005-03-03 15:01:46 -08:00
jimw@mysql.com
fe065fe78c
Merge mysql.com:/home/jimw/my/mysql-4.1-8136
...
into mysql.com:/home/jimw/my/mysql-4.1-clean
2005-03-03 10:47:49 -08:00
jimw@mysql.com
bb9d7bfc79
Create directory for UNIX socket in mysqld_safe if it doesn't already exist.
...
(Bug #8513 )
2005-03-02 12:19:44 -08:00
jani@ua141d10.elisa.omakaista.fi
6e9b26e8b7
Fixed a compatibility problem.
...
1) If my.cnf is found in datadir and basedir, give a warning and use the
one in basedir.
2) If my.cnf is found in datadir, use it, but give a warning.
3) No warning if my.cnf is in basedir.
2005-02-23 18:59:54 +02:00
tulin@mysql.com
9171ff17ca
Merge bk-internal:/home/bk/mysql-4.1
...
into mysql.com:/home/mysqldev/tulin/mysql-4.1
2005-02-21 10:54:23 +01:00
mysqldev@mysql.com
94fb790b18
Merge mysql.com:/home/mysqldev/tulin/mysql-4.1
...
into mysql.com:/home/mysqldev/tulin/mysql-5.0
2005-02-21 10:53:01 +01:00
tulin@mysql.com
84f0f11fff
bug #8611 , ndb includes in lib dir instead of include dir
2005-02-21 10:52:29 +01:00
jimw@mysql.com
99bd939b3e
Remove doubled quotes (used for escaping) in table names in mysqlhotcopy.
...
Part of fix for Bug #8136 .
2005-02-18 12:37:18 -08:00
kent@mysql.com
d94b8662f4
Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/Users/kent/mysql/bk/mysql-5.0-compile
2005-02-18 14:21:00 +01:00
jimw@mysql.com
e9a5b7d500
Clean up merge from 4.1, including making several enum fields
...
in the grant tables case-insensitive and updating test results.
2005-02-17 18:07:14 -08:00
jimw@mysql.com
7eb8c130f7
Merge
2005-02-17 16:16:58 -08:00
jimw@mysql.com
9de31feab9
Merge mysql.com:/home/jimw/my/mysql-4.1-7617
...
into mysql.com:/home/jimw/my/mysql-4.1-clean
2005-02-17 13:53:35 -08:00
kent@mysql.com
87d6da972f
make_binary_distribution.sh, Makefile.am:
...
Make .disabled files part of distribution
2005-02-17 20:07:52 +01:00
monty@mysql.com
38d1a42481
Merge with 4.1
2005-02-15 17:12:13 +02:00
serg@serg.mylan
10c53ae1e5
remove passwordless remote accounts from windows distro
2005-02-14 11:14:04 +01:00
jimw@mysql.com
c4187750ff
Fix all of the enum and set columns in privilege tables to be
...
case-insensitive. (Bug #7989 )
2005-02-10 20:25:14 -08:00
lenz@mysql.com
afa2a462a1
Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/space/my/mysql-4.1-merge
2005-02-09 17:58:29 +01:00
lenz@mysql.com
420d29159f
Merge mysql.com:/space/my/mysql-4.1-merge
...
into mysql.com:/space/my/mysql-5.0
2005-02-09 17:52:31 +01:00
lenz@mysql.com
8999d5ab11
- added copyright header on top of the fill_help_tables.sql file (BUG#5772)
...
- updated mysql-copyright-2 to properly convert this new header from GPL to commercial for the
commercial distribution
2005-02-09 17:40:10 +01:00
jani@ua141d10.elisa.omakaista.fi
1c2f4ffecb
Applied a patch for Netware.
2005-02-08 19:49:40 +02:00
jimw@mysql.com
21caf15bca
Add Create_routine_priv, Alter_routine_priv, and Execute_priv privileges
...
to the 'host' privilege table. (Bug #8166 )
2005-02-07 18:40:14 -08:00
jimw@mysql.com
1f21b05c53
Merge mysql.com:/home/jimw/my/mysql-5.0-7931
...
into mysql.com:/home/jimw/my/mysql-5.0-clean
2005-02-07 12:20:37 -08:00
guilhem@mysql.com
a70adb5d2a
Merge
2005-02-05 18:07:50 +01:00
konstantin@mysql.com
e531136c1f
A fix for Bug#6273 "building fails on link": we should not use
...
CLIENT_LIBS in mysql_config as CLIENT_LIBS point to builddir when
we use the bundled zlib.
2005-02-05 01:21:16 +03:00
jimw@mysql.com
8c8553af81
Merge changes
2005-02-04 11:59:02 -08:00
jimw@mysql.com
183d1327f0
Copy *.result.es files for binary distribution so embedded tests can be run
2005-02-03 14:21:16 -08:00
monty@mysql.com
422c2eb868
4.1 -> 5.0 merge
2005-02-03 13:18:30 +02:00
jimw@mysql.com
70f35fa6da
Add --help to mysqld_safe. (Bug #7931 )
2005-02-02 19:41:33 -08:00
jimw@mysql.com
a8039e1ac8
Make sure mysql_client_test and embedded test clients get added to
...
binary distribution on all platforms.
2005-02-01 11:59:44 -08:00
ram@gw.mysql.r18.ru
40daecb8b4
after merge fix up:
...
we should use REPLACE for $hostaname queries to avoid problems when $hostname=localhost.
2005-02-01 17:13:44 +04:00
serg@serg.mylan
852f2e0aba
small Makefile.am cleanup
...
clean: targets removed
generated *.h files moved to include/
2005-01-28 17:14:03 +01:00
ram@gw.mysql.r18.ru
edba2b9b33
A fix (bug #6000 : No "@%"-accounts after install).
2005-01-28 15:26:17 +04:00
ram@gw.mysql.r18.ru
d177817cac
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b6000
2005-01-28 12:27:46 +04:00
jimw@mysql.com
3229e67a20
Fix handling of table-name matching in mysqlhotcopy when newer versions of
...
DBD::mysql that quote table names are used by removing the quoting. Also fix
a bug that stripped all '~' characters out of the table regex instead of
just the leading one used to negate the expression. (Bug #8136 )
2005-01-27 14:29:06 -08:00
jimw@mysql.com
d11081bd6f
Merge
2005-01-24 13:48:48 -08:00
lenz@mysql.com
9675b0698f
- renamed client_test -> mysql_client_test
...
- renamed the tests that use the embedded server (client_test ->
mysql_client_test_embedded, mysqltest -> mysql_test_embedded
and changed some Makefiles and scripts so they are installed in $bindir
(required to be able to run the test suite against the embedded server)
2005-01-20 16:25:38 +01:00
jimw@mysql.com
d28f83359b
Update list of files copied for binary distribution. (Bug #7632 )
2005-01-18 17:01:06 -08:00
jimw@mysql.com
46e444293a
Merge mysql.com:/home/jimw/my/mysql-4.0-7347
...
into mysql.com:/home/jimw/my/mysql-4.0-clean
2005-01-14 10:44:29 -08:00
jimw@mysql.com
bdb36de9ff
Merge
2005-01-14 10:40:05 -08:00
jimw@mysql.com
b6d46b3c4c
Merge
2005-01-14 10:33:07 -08:00
jimw@mysql.com
d7389eedd1
Fix mysql_install_db to look for libexecdir relative to basedir when
...
it has been specified. (Bug #7347 )
2005-01-13 11:58:10 -08:00
jani@ua141d10.elisa.omakaista.fi
f3e73e26d7
A patch for Netware.
2005-01-13 19:24:54 +02:00
lenz@mysql.com
3e5e12d5c0
Merge mysql.com:/space/my/mysql-4.1
...
into mysql.com:/space/my/mysql-5.0-build
2005-01-13 14:54:17 +01:00
serg@serg.mylan
ec9f0ef1ca
Merge serg.mylan:/usr/home/serg/Abk/mysql-4.0
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2005-01-13 11:12:00 +01:00
serg@serg.mylan
1d33747d3a
Symlink vulnerability fixed.
...
reported by Javier Fernandez-Sanguino Pena
and Debian Security Audit Team (http://www.debian.org/security/audit )
2005-01-12 23:30:54 +01:00
joreland@mysql.com
953df8f48d
Merge mysql.com:/home/jonas/src/mysql-4.1
...
into mysql.com:/home/jonas/src/mysql-5.0
2005-01-12 11:24:46 +01:00
jimw@mysql.com
39d90b710f
Replace ZLIB_LIBS in mysql_config. (Bug #6418 )
2005-01-11 21:50:30 +01:00
jimw@mysql.com
804a952f9b
Create columns_priv with correct column lengths (the alter table
...
that used to fix it was removed in a merge, and now the alter table
that fixes the length comes before the create table so it fixes
pre-existing tables but not the newly-created one).
2005-01-07 19:50:41 +01:00
serg@sergbook.mysql.com
a609bc45f2
merge
2005-01-07 15:02:25 +02:00
jimw@mysql.com
5010be1d8b
Merge mysql.com:/home/jwinstead2/mysql-4.1-clean
...
into mysql.com:/home/jwinstead2/mysql-5.0
2005-01-06 21:39:57 +01:00
jimw@mysql.com
b1eab7097c
Make sure all char columns in the mysql.* tables have the proper width in
...
mysql_fix_privilege_tables.sql, or they may get truncated during conversion
to utf8. (Bug #7539 )
2005-01-06 20:42:06 +01:00
jimw@mysql.com
488170d38c
Merge mysql.com:/home/jwinstead2/mysql-4.1-7021
...
into mysql.com:/home/jwinstead2/mysql-4.1-clean
2005-01-06 20:03:06 +01:00
jimw@mysql.com
4149e1116a
Merge mysql.com:/home/jwinstead2/mysql-4.1-6964
...
into mysql.com:/home/jwinstead2/mysql-4.1-clean
2005-01-06 20:01:18 +01:00
jimw@mysql.com
2acb738784
Add comment to make code for option-stripping in mysql_config more clear
2005-01-06 19:57:02 +01:00
serg@sergbook.mysql.com
f472cec178
merged
2005-01-06 19:32:16 +02:00
jimw@mysql.com
d14f3d7675
Protect flags like -Wl,-O2 from being mangled by mysql_config (Bug #6964 )
...
(Second commit of this patch -- first included wrong changes.)
2005-01-05 03:43:37 +01:00
jimw@mysql.com
30808e9ab9
Make sure to include ZLIB_LIBS in mysql_config --libs_r (Bug #7021 )
2005-01-05 02:04:12 +01:00
jimw@mysql.com
0ed892f197
Change mysqld_safe search for mysqld relative to the current working directory
...
to only look for the mysqld binary (and english error strings) and assume the
datadir from that. Then, if that datadir turns out to not exist, startup will
fail. This avoids the behavior where mysqld_safe would go off and run a totally
different binary because the data directory had been moved (even when --datadir
was specified on the command line). (Bug #7249 )
2005-01-05 01:08:45 +01:00
jani@ua141d10.elisa.omakaista.fi
81d99da104
Added checking for my.cnf file from environment variable MYSQL_HOME
...
instead of DATADIR.
2005-01-04 20:13:47 +02:00
jimw@mysql.com
663396653a
Use 'ps xaww' in mysqld_safe (on Linux) so whole command-line is searched
...
for port and/or pid-file parameters. (Bug #5878 )
2005-01-04 01:49:29 +01:00
kent@mysql.com
bb806c1e98
make_win_src_distribution.sh, make_binary_distribution.sh, mysql-test-run.sh:
...
Removed references to ISAM and MERGE
2005-01-01 21:13:09 +01:00
dlenev@mysql.com
536cb92195
Manual merge.
2004-12-31 12:48:27 +03:00
monty@mysql.com
34d5331cee
Merge with global tree
2004-12-31 00:50:30 +02:00
dlenev@mysql.com
a8deefa3dd
Manual merge of patch implementing WL#1339 with main tree.
2004-12-29 22:35:16 +03:00
dlenev@brandersnatch.localdomain
ffa7393330
WL#1339 "Add per account max_user_connections limit (maximum number
...
of concurrent connections for the same account)"
Added support of account specific max_user_connections limit. Made all
user limits to be counted per account instead of the old behavior,
which was per user/host accounting. Added option which enables the old
behavior. Added testing of these to the test suite.
(After review version).
2004-12-29 20:30:37 +03:00
acurtis@pcgem.rdg.cyberkinetica.com
b1e30904d5
WL#925 - Privileges for stored routines
...
Implement fine-grained control over access to stored procedures
Privileges are cached (same way as existing table/column privs)
2004-12-23 10:46:24 +00:00
monty@mishka.local
4f4bbfc279
Merge with 4.1
2004-12-22 13:54:39 +02:00
paul@frost.snake.net
adfb20f64a
fill_help_tables.sh:
...
Convert @samp{c} to 'c', not c.
2004-12-18 14:22:20 -06:00
joreland@mysql.com
cfa20fbaa6
merge
2004-12-17 10:36:14 +01:00
wax@kishkin.ru
e81d48fdd9
corrected mysqltest.dsp
...
corrected mysql_test_run_new.dsp
added dependency
corrected path of mysql_test_run_new.dsp
fixed wrong code
added my_create_tables.c
removed command_line
fixed #elif
restored NAME_MAX and MAX_FNAME
added create_system_files()
added compare() for windows
added all files of testes in script
added mysql-test in script
2004-12-14 18:46:55 +05:00
anjuta@arthur.local
a045161e5b
Added pathes to mysqld_error.h and sql_state.h; fixed segfault bug;
2004-12-14 01:54:16 +02:00
monty@mysql.com
b68f2307e0
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/my/mysql-4.1
2004-12-09 12:50:37 +02:00
monty@mysql.com
01e4740f4c
Ensure that we free memory used with --order-by-primary (in mysqldump)
...
Simple, non critical, fix to mysql_fix_privilege_tables
2004-12-09 12:47:20 +02:00
monty@mysql.com
77207d19f2
Merge with new VARCHAR code
2004-12-06 19:18:35 +02:00
ram@gw.mysql.r18.ru
bd247e3d56
A fix (bug #5823 : mysql_install_db fails due to incorrect max_allowed_packet).
2004-12-06 18:45:41 +04:00
monty@mysql.com
0de4777187
Merge with 4.1
2004-12-06 11:38:56 +02:00
monty@mysql.com
67ce247965
Add support for up to VARCHAR (size up to 65535)
...
Renamed HA_VAR_LENGTH to HA_VAR_LENGTH_PART
Renamed in all files FIELD_TYPE_STRING and FIELD_TYPE_VAR_STRING to MYSQL_TYPE_STRING and MYSQL_TYPE_VAR_STRING to make it easy to catch all possible errors
Added support for VARCHAR KEYS to heap
Removed support for ISAM
Now only long VARCHAR columns are changed to TEXT on demand (not CHAR)
Internal temporary files can now use fixed length tables if the used VARCHAR columns are short
2004-12-06 02:00:37 +02:00
tsmith@build.mysql.com
075a887995
mysqld_safe.sh:
...
Fix calls to my_print_defaults. Some how, --loose-verbose had been added before --no-defaults/defaults-file, which must be the first option.
NOTE: this may make some installations behave differently, if they depend on this broken behavior.
2004-11-30 22:17:43 +01:00
serg@serg.mylan
b460059988
merged
2004-11-28 20:42:04 +01:00
serg@serg.mylan
96729c62be
merged
2004-11-28 18:19:01 +01:00
monty@mysql.com
eb304bd49f
Fixes while reviewing code
...
(Cleanups and better bug fixes)
2004-11-26 02:31:22 +02:00
joreland@mysql.com
f63b126f7e
Merge mysql.com:/home/jonas/src/mysql-4.1
...
into mysql.com:/home/jonas/src/wl1744
2004-11-15 10:50:58 +01:00
monty@mysql.com
addd1a0da8
Merge with 4.1
2004-11-12 19:58:24 +02:00
monty@mysql.com
b56851fd7a
Merge on pull
2004-11-12 17:48:01 +02:00
paul@ice.snake.net
1288f453cc
fill_help_tables.sh:
...
Recognize another Texinfo tag.
2004-11-12 08:45:58 -06:00
monty@mysql.com
9252656d49
merge with 4.0
2004-11-12 11:17:53 +02:00
brian@avenger.(none)
f05daf02ba
Resolved merge from 4.1 -> 5.0 (mainly Guilhem's work with mysqldump)
2004-11-11 18:58:57 -08:00
joreland@mysql.com
37e92ab27a
Merge mysql.com:/home/jonas/src/mysql-4.1
...
into mysql.com:/home/jonas/src/wl1744
2004-11-11 22:02:17 +01:00
paul@ice.snake.net
9ee3bf9efa
fill_help_tables.sh:
...
Handle some additional Texinfo tags that were being missed.
2004-11-10 22:43:09 -06:00
joreland@mysql.com
5172eace09
wl1744 - nbd windoze port
2004-11-10 14:18:49 +01:00
joreland@mysql.com
32796b4860
wl1744 - ndb on windows
...
Add rules for creating dsp-files
2004-11-10 00:03:01 +01:00
monty@mysql.com
47bbf768d4
Fixes after merge with 4.1
...
FOUND is not a reserved keyword anymore
Added Item_field::set_no_const_sub() to be able to mark fields that can't be substituted
Added 'simple_select' method to be able to quickly determinate if a select_result is a normal SELECT
Note that the 5.0 tree is not yet up to date: Sanja will have to fix multi-update-locks for this merge to be complete
2004-11-03 12:39:38 +02:00
tim@siva.hindu.god
b0510c7fd4
Portability fixes to mysqld_safe for non-Linux systems. Fix FIND_PROC
...
for Solaris test, and fix if @IS_LINUX@ test in mysqld_safe itself.
2004-11-02 17:53:25 -07:00