Commit graph

2517 commits

Author SHA1 Message Date
monty@hundin.mysql.fi
d22bf7e33f Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2001-09-30 05:47:33 +03:00
tonu@volk.internalnet
a16796c8ac Merge work.mysql.com:/home/bk/mysql-4.0
into volk.internalnet:/home/tonu/mysql-4.0
2001-09-30 10:47:32 +08:00
tonu@volk.internalnet
5658ff8237 SSL compiles and works as far as can see. Continue testing.. 2001-09-30 10:46:20 +08:00
monty@hundin.mysql.fi
12aa7e5e84 Fix for make dist 2001-09-29 15:37:53 +03:00
monty@hundin.mysql.fi
5293d2ea2d Fix for make dist 2001-09-29 05:14:09 +03:00
monty@hundin.mysql.fi
021aa7caac Fixes for RPM build 2001-09-29 00:44:23 +03:00
serg@serg.mysql.com
5739324d60 Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql 2001-09-28 19:49:21 +02:00
monty@hundin.mysql.fi
ae2893b221 Changed flags to a portable file format 2001-09-28 20:28:59 +03:00
monty@hundin.mysql.fi
d8d59b98fe Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2001-09-28 20:09:34 +03:00
monty@hundin.mysql.fi
18eccc553e Added hints and information about ROW_FORMAT to manual 2001-09-28 20:09:00 +03:00
paul@teton.kitebird.com
ba26a07692 manual.texi typos 2001-09-28 10:54:10 -05:00
paul@central.snake.net
530882c55b manual.texi typos 2001-09-28 10:49:31 -05:00
monty@work.mysql.com
5392e04f33 merge 2001-09-28 13:45:38 +02:00
monty@hundin.mysql.fi
a99b7e77cd Update version number 2001-09-28 14:34:52 +03:00
monty@hundin.mysql.fi
e17d59d34a Fix that postscript generation of the manual works again 2001-09-28 14:33:52 +03:00
sasha@mysql.sashanet.com
bb66c80aeb client/mysqlmanagerc.c
added support for quiet
    increased line buffer size
client/mysqltest.c
    fixed memory leak
    added query logging to result file
    added error message logging to result file
    added enable_query_log/disable_query_log
mysql-test/mysql-test-run.sh
    converted tests to use mysqlmanager

Updated test results
2001-09-27 23:05:54 -06:00
monty@hundin.mysql.fi
f8828f0977 Portability fix 2001-09-28 07:42:18 +03:00
monty@hundin.mysql.fi
3fc4f0731f Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2001-09-28 07:28:05 +03:00
monty@work.mysql.com
390e57687b merge 2001-09-28 06:28:04 +02:00
monty@hundin.mysql.fi
384ae2eff0 Fixed that one can always get a name for a compiled characterset 2001-09-28 07:21:24 +03:00
monty@hundin.mysql.fi
641ac16c71 Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2001-09-27 22:04:06 +03:00
monty@hundin.mysql.fi
a4bc23add6 Fixed bug in counting open files when using many files
Fixed bug in JOIN
2001-09-27 22:02:37 +03:00
monty@tik.mysql.fi
e05bf277d6 Final fixes for INSERT into MERGE tables.
Move MAX_BLOB_WIDTH to be global
Added full support for unsigned BIGINT
Fixed spelling errors
2001-09-27 21:45:48 +03:00
monty@hundin.mysql.fi
c3722dc1f4 Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2001-09-27 21:35:36 +03:00
monty@tik.mysql.fi
99b58a5aa9 Cleaned up udf_example.cc and mysql_fix_privilege_tables 2001-09-27 21:35:35 +03:00
jcole@tetra.spaceapes.com
3afd3adadb Merge jcole@work.mysql.com:/home/bk/mysql-4.0
into tetra.spaceapes.com:/home/jcole/bk/mysql-4.0
2001-09-27 13:27:30 -05:00
jcole@tetra.spaceapes.com
7fe30c343e Fixes to manual.texi to make XML happy. 2001-09-27 13:24:19 -05:00
paul@teton.kitebird.com
a80e32a407 manual.texi typo fixes. 2001-09-27 12:36:28 -05:00
paul@central.snake.net
89f92db6b8 manual.texi typo fixes. 2001-09-27 12:31:59 -05:00
paul@teton.kitebird.com
0a03293ed0 manual.texi correct date error in tutorial. 2001-09-27 12:31:40 -05:00
paul@central.snake.net
3e4ff5dccc manual.texi correct date error in manual. 2001-09-27 12:25:36 -05:00
serg@serg.mysql.com
d45bf758ad manual cleanups 2001-09-26 12:56:19 +02:00
serg@serg.mysql.com
5a9a3e91e7 get rid of ft_search. Now there're two sets of ft_ functions, ft_nlq_* and ft_boolean_* 2001-09-25 20:31:02 +02:00
Miguel@light.local
3b774da463 Changes on NT service for a more faster stop of the service on Win2k
and free the main thread of the service.
2001-09-25 01:13:19 -03:00
sasha@mysql.sashanet.com
043deed839 fixed const value clash for MY_FULL_IO 2001-09-22 22:52:48 -06:00
sasha@mysql.sashanet.com
eccda8f86d merged 2001-09-22 21:51:17 -06:00
sasha@mysql.sashanet.com
1a0a77389f added mysqlmanager-pwgen
added set_exec_stdout and set_exec_stderr to mysqlmanager to be able 
to redirect stdout and stderr
added support for MY_FULL_IO to my_read, so we can tell it to read
a number of bytes in as many chunks as it takes instead of one try
2001-09-22 21:47:57 -06:00
monty@hundin.mysql.fi
5d9be4de24 Portability fix 2001-09-22 17:40:59 +03:00
monty@hundin.mysql.fi
a9223e942f Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2001-09-22 17:40:58 +03:00
monty@hundin.mysql.fi
e390a99573 Added support of INSERT to MERGE tables
Fixes for embedded libary and openssl
2001-09-22 17:40:57 +03:00
monty@work.mysql.com
fde15863ab Merge work.mysql.com:/home/bk/mysql
into work.mysql.com:/home/bk/mysql-4.0
2001-09-22 16:40:57 +02:00
monty@hundin.mysql.fi
b0953cfa86 Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2001-09-22 17:40:56 +03:00
tfr@sarvik.tfr.cafe.ee
7282d0f815 Merge tfr@work.mysql.com:/home/bk/mysql-4.0
into sarvik.tfr.cafe.ee:/usr/home/tfr/BK/mysql-4.0
2001-09-22 16:40:55 +02:00
tonu@volk.internalnet
0db1aee454 Typo fixes on SSL 2001-09-22 22:40:54 +08:00
tonu@volk.internalnet
d6fb40171b SSL parser changes to allow SSL specific GRANT commands 2001-09-22 22:32:43 +08:00
monty@hundin.mysql.fi
1830d928a4 Fix when compiling with mit-pthreads 2001-09-22 01:56:25 +03:00
tfr@sarvik.tfr.cafe.ee
660bf8659e manual.texi:
Add a mirror in Mexico
mexico.txt, mexico.eps, mexico.gif:
  new file
2001-09-21 22:35:43 +02:00
serg@serg.mysql.com
57e4c8ef3b Initial checkin of the new boolean fulltext search code 2001-09-21 18:38:17 +02:00
monty@hundin.mysql.fi
ed297508c4 Fixes for distributed build
Changed --do-pstack to --enable-pstack
Removed pstack from default build
2001-09-21 16:36:23 +03:00
monty@hundin.mysql.fi
52ad757818 Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2001-09-21 03:43:19 +03:00