1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-10 04:22:00 +03:00
Commit Graph

208 Commits

Author SHA1 Message Date
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
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
127afff8c8 Remove references to result.es files 2005-04-05 13:01:42 -07:00
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
956682de1a merged 2005-03-09 14:09:06 +01:00
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
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
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
84f0f11fff bug #8611, ndb includes in lib dir instead of include dir 2005-02-21 10:52:29 +01:00
87d6da972f make_binary_distribution.sh, Makefile.am:
Make .disabled files part of distribution
2005-02-17 20:07:52 +01:00
1c2f4ffecb Applied a patch for Netware. 2005-02-08 19:49:40 +02:00
8c8553af81 Merge changes 2005-02-04 11:59:02 -08:00
183d1327f0 Copy *.result.es files for binary distribution so embedded tests can be run 2005-02-03 14:21:16 -08:00
422c2eb868 4.1 -> 5.0 merge 2005-02-03 13:18:30 +02:00
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
d11081bd6f Merge 2005-01-24 13:48:48 -08:00
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
d28f83359b Update list of files copied for binary distribution. (Bug #7632) 2005-01-18 17:01:06 -08:00
f3e73e26d7 A patch for Netware. 2005-01-13 19:24:54 +02:00
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
afbe601302 merge with 4.1 2004-10-29 19:26:52 +03:00
009bf31915 use the right make in make_binary_distribution 2004-10-22 08:57:52 +00:00
edc4b65d5c mysql-test-run.sh:
Look for 'client_test' in tests/ not bin/
make_binary_distribution.sh:
  Copy 'client_test' into the dist
2004-10-08 13:38:35 -05:00
31122efde7 Merge with 4.1
(Includes merge of arena code in 4.1 and 5.0)
2004-09-06 15:14:10 +03:00
e1237cbc53 manually merged 2004-08-18 19:57:55 +02:00
1097805cf2 - rename: EXCEPTIONS->EXCEPTIONS-CLIENT 2004-08-05 17:05:11 +02:00
e5cb60dcaa - applied the required changes to create the FOSS License exception
file "EXCEPTIONS" and include it in the source and binary 
   distributions
2004-08-05 01:54:04 +02:00
1e31199995 Merge with 4.1.3-beta 2004-07-07 11:29:39 +03:00
edb9af25bc - added mysql_tzinfo_to_sql to binary distributions 2004-06-24 09:22:45 +02:00
8d7d4c077b several ndb make changes, see respective file 2004-06-02 00:54:58 +00:00
7d8f8bc77b Changed prototype of killed_ptr() to make it more portable
Applied patches for Netware
2004-05-26 19:12:49 +03:00
71eddc362e Merging 4.1 to 5.0. 2004-05-26 17:04:45 +02:00
390d9898f9 merge with 4.0 to get Netware patches and fixes for libmysqld.dll 2004-05-25 22:54:00 +03:00
ca8dbc24ee Merge bk-internal.mysql.com:/home/bk/mysql-4.0
into mysql.com:/tmp/skr99/mysql-4.0
2004-05-25 22:01:50 +03:00
f2e1e3ce4c Added patches from Novell 2004-05-25 22:00:14 +03:00
cd3dab49cc Merge with 4.0.20 2004-05-17 01:52:13 +03:00
b1f2932fff - make sure the binaries are executable before calling them during
make_binary_distribution (bug#2857)
2004-05-13 18:50:09 +02:00
bf45960eef Merge 4.1 -> 5.0 2004-05-07 18:52:06 +02:00
8e381405eb make_binary_distribution.sh:
added --with-ndbcluster switch
2004-04-15 15:43:10 +02:00
dfd59e296e Merge 4.1 -> 5.0. 2004-04-07 19:07:44 +02:00
bbbb3f6540 - install all *.sql files into the "shared" directory for the binary tar.gz
distribution (this is more in line with how "make install" would install
   them) - this should also fix a test failure in the "system_mysql_db_fix"
   test.
2004-04-01 17:34:26 +02:00
ce14578909 Merge with 4.0.18 2004-02-11 00:06:46 +01:00
9736c9c457 - renamed myisam/ft_dump to myisam/mysam_ftdump and added it to the
binary distribution and Server RPM
2004-02-03 22:25:02 +01:00
6e717133c5 Merge 4.1 to 5.0 2003-12-01 16:14:40 +01:00
bff0bbeb1f merged 2003-11-25 18:26:53 +01:00
531eb44301 - Removed COPYING.LIB from all source and binary distributions
after it was removed from manual.texi (where it was automatically
   generated from).
2003-11-25 17:52:12 +01:00
8d884c02bb Merging 4.1 -> 5.0 2003-09-24 11:29:38 +02:00
77a70a0a24 merge with 4.0.15 2003-08-29 13:44:35 +03:00
94c7024eaa - enabled embedded server in the binary distributions by default
(Do-compile)
 - added mysql.info to the binary distribution files (BUG#1019)
 - heavily reworked the Do-rpm script to be more in line with Do-pkg
 - create a "docs" subdirectory in the binary distribution and moved the
   manual, ChangeLog and mysql.info file into it to unclutter the top
   directory
2003-08-12 23:21:21 +02:00
ea46c24279 rlyon-5.0.0-alpha.patch 2003-05-29 14:28:02 -04:00