Commit graph

511 commits

Author SHA1 Message Date
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
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
tonu@volk.internalnet
d6fb40171b SSL parser changes to allow SSL specific GRANT commands 2001-09-22 22:32:43 +08:00
sasha@mysql.sashanet.com
21424657e4 merged replication fixes from 3.23 2001-08-15 15:57:47 -06:00
tfr@sarvik.tfr.cafe.ee
318893e464 manual.texi:
Added mirror in Hong Kong
2001-08-15 16:37:54 +02:00
sasha@mysql.sashanet.com
7267133886 merged 2001-08-11 17:28:41 -06:00
sasha@mysql.sashanet.com
89ac8682dd Merge work:/home/bk/mysql-4.0
into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
2001-08-11 17:08:21 -06:00
tim@black.box
a1a834a650 Embedded mysql fixes.
There is now a mysql_server_init() function which needs to be
called at the beginning of the program (and _end() for the end
of the program).  This routine handles argument parsing for the
embedded server.

Use the embedded version of mysql_load_file() (ignore the LOCAL
argument, since the client and server are the same program).

There are now mysql_thread_init/end() functions for the client
to use in a multi-threaded app.  They are just wrappers for
my_thread_init/end().
2001-08-10 12:37:36 -04:00
monty@hundin.mysql.fi
8a9d6072fa merge 2001-08-10 17:47:05 +03:00
monty@bitch.mysql.fi
410faef67e Fixed bug in ALTER TABLE for MERGE tables
Portability fixes
Fixed problem when giving wrong arguments to myisam_recover
Fix to remove warnings when using purify
2001-08-10 17:05:54 +03:00
serg@serg.mysql.com
dfb3e31ce9 Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql 2001-08-10 12:31:32 +02:00
tim@bitch.mysql.fi
934f3acca4 acinclude.m4:
Paste the libtool.m4 from libtool version 1.3.4
  into aclinclude.m4; this should make our configure
  work even when the user has libtool version 1.4
  installed.  This should be removed, and everyone
  should upgrade to libtool 1.4; until then, this is
  a quick hack to make things work.
2001-08-10 01:04:43 +03:00
tim@work.mysql.com
251fb37b9f Merge work.mysql.com:/home/bk/mysql into work.mysql.com:/home/tim/my/3 2001-08-09 21:24:11 +02:00
jcole@tetra.spaceapes.com
fe9b97848a Merge jcole@work.mysql.com:/home/bk/mysql
into tetra.spaceapes.com:/home/jcole/bk/mysql
2001-08-09 13:17:51 -05:00
heikki@donna.mysql.fi
6e553a2c65 btr0cur.c Improve range size estimate for big ranges
ha_innobase.cc	Fix Sort aborted bug
2001-08-09 20:41:20 +03:00
tim@work.mysql.com
bbb40f5b03 logging_ok Logging to logging@openlogging.org accepted
ltmain.sh	Don't add -lc to deplibs on FreeBSD.
2001-08-09 19:10:24 +02:00
jani@hynda.mysql.fi
44722151fd Added new optino --sql-mode to mysqld. 2001-08-09 18:51:38 +03:00
tonu@x153.internalnet
7306a9ce21 Hong Kong mirrors information updated 2001-08-03 02:10:36 +08:00
tonu@x153.internalnet
e1fa72edef Merge work.mysql.com:/home/bk/mysql-4.0
into x153.internalnet:/home/tonu/mysql-x
2001-07-24 15:00:36 +08:00
tonu@x153.internalnet
85c287a439 OpenSSL fixes. Should not affect anything else. 2001-07-24 14:07:46 +08:00
serg@serg.mysql.com
0bbd660c99 merged 2001-07-12 14:58:20 +02:00
davida@isil.mysql.com
e76205f509 Include latest GPL and LGPL texts from fsf.org 2001-07-11 13:32:32 +02:00
jcole@tetra.spaceapes.com
2029bd432b Corrected misleading syntax example. 2001-07-10 15:57:23 -05:00
sasha@mysql.sashanet.com
6bedc85977 merged 2001-07-07 15:17:25 -06:00
tim@white.box
8f2c07e2a6 Merge work.mysql.com:/home/bk/mysql into white.box:/home/tim/my/3 2001-06-29 15:28:50 -04:00
miguel@light.local
373e2c4ad1 Merge miguel@work.mysql.com:/home/bk/mysql
into light.local:/home/miguel/bk/mysql
2001-06-29 05:18:58 -03:00
miguel@light.local
bd4c70b813 Completed the translation for the errmsg.txt Spanish file. 2001-06-29 05:15:54 -03:00
tim@white.box
58766d3a90 Merge work.mysql.com:/home/bk/mysql into white.box:/home/tim/my/3 2001-06-28 17:39:53 -04:00
monty@work.mysql.com
545e596ef7 merge 2001-06-28 14:51:18 +02:00
tim@white.box
5ed2cf7dbe Implement ORDER BY DESC optimization, which reads values in descending
order directly from the index instead of using a filesort.
2001-06-28 03:06:23 -04:00
paul@central.snake.net
a3208140f9 manual.texi add LIKE example illustrating case sensitivity. 2001-06-27 18:21:42 -05:00
tim@threads.polyesthetic.msg
696e5ec3ea Merge work.mysql.com:/home/bk/mysql
into threads.polyesthetic.msg:/home/tim/my/3
2001-06-12 11:51:48 -04:00
monty@work.mysql.com
e7d7bcb96d Added --enable-shared to Do-compile 2001-06-12 11:04:31 +02:00
sasha@mysql.sashanet.com
824a3bb406 send a separate commit message to internals
added a test for check table
2001-06-11 20:26:24 -06:00
monty@hundin.mysql.fi
e17764dc79 Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2001-06-11 15:07:43 +03:00
monty@tik.mysql.fi
c973f61ac6 Merge work:/my/mysql into tik.mysql.fi:/home/my/mysql 2001-06-11 15:07:42 +03:00
monty@tik.mysql.fi
1f409baf4c Changed compare in MyISAM to use my_pread()
Fixed that @VAR shows all decimals
Fixed problem with FLUSH TABLES and LOCK TABLE
CREATE ... SELECT now creates keys later
Reset AUTO_INCREMENT order if droping AUTO_INCREMENT key
2001-06-11 15:01:28 +03:00
mwagner@evoq.mwagner.org
7fe9342caf manual.texi Contrib software additions. 2001-06-08 15:54:20 -05:00
paul@teton.kitebird.com
48e5aea7cd Merge paul@work.mysql.com:/home/bk/mysql
into teton.kitebird.com:/home/paul/mysql
2001-06-08 11:01:49 -05:00
paul@teton.kitebird.com
5db293bcc1 manual.texi minor cleanup 2001-06-08 10:59:05 -05:00
heikki@donna.mysql.fi
ce765fb925 row0sel.c Fix a bug in consistent read through a secondary index 2001-06-08 18:03:24 +03:00
jani@janikt.pp.saunalahti.fi
ee93f7c1c5 Added a link to manual. 2001-06-08 17:29:03 +03:00
heikki@donna.mysql.fi
624c57e26e page0cur.ic Fix a bug in insert buffer and multiversioning
manual.texi	Changed innodb_unix_file_flush_method to innodb_flush_method in the manual
2001-06-07 17:32:02 +03:00
Sinisa@sinisa.nasamreza.org
b37a556889 bk resolve work 2001-06-07 14:25:45 +03:00
monty@hundin.mysql.fi
b79da88808 Changed innodb_unix_file_flush_method -> innodb_flush_method
Cleaned up error messages.
2001-06-07 00:10:59 +03:00
mikef@nslinuxw4.bedford.progress.com
f614f19e88 sql_table.cc re-apply a lost change where we check to see if the
sql_table.cc	table handler supports temporary tables
2001-06-06 15:45:07 -04:00
tim@hundin.mysql.fi
ae9e69efe3 Merge work:/my/mysql-4.0 into hundin.mysql.fi:/home/tim/mysql-4.0 2001-06-05 04:18:23 +03:00
tim@hundin.mysql.fi
403b96c54d violite.h Don't define st_vio if EMBEDDED_LIBRARY. 2001-06-05 04:15:13 +03:00
sasha@mysql.sashanet.com
3aafd368a4 Merge work:/home/bk/mysql-4.0
into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
2001-06-04 18:06:27 -06:00