Commit graph

2250 commits

Author SHA1 Message Date
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
sasha@mysql.sashanet.com
d725abf1b0 temp commit working on a merge 2001-08-11 17:07:27 -06:00
sasha@mysql.sashanet.com
5b7da4267e Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-08-11 15:27:10 -06:00
monty@hundin.mysql.fi
bfbc3252e1 Portability fix for windows 2001-08-11 14:10:27 +03:00
monty@bitch.mysql.fi
788cf6c495 Merge hundin:/my/mysql into bitch.mysql.fi:/my/mysql 2001-08-11 11:54:23 +03:00
monty@hundin.mysql.fi
a255ace48a delete generated files 2001-08-11 11:53:50 +03:00
monty@bitch.mysql.fi
23b94e35db ignore generated include file 2001-08-11 11:43:45 +03:00
monty@bitch.mysql.fi
10b6b5cb0e Merge hundin:/my/mysql into bitch.mysql.fi:/my/mysql 2001-08-11 11:33:48 +03:00
monty@bitch.mysql.fi
df7a29214a Made SIGTERM safer for Solaris 2001-08-11 11:24:43 +03:00
monty@hundin.mysql.fi
078bf80cd3 Changed to use standard 'install' syntax 2001-08-11 02:16:13 +03:00
monty@hundin.mysql.fi
79131084c8 Fixed handling of strings in mysqldumpslow 2001-08-11 01:42:34 +03:00
tim@black.box
60fc676497 Automerge 2001-08-10 12:48:44 -04: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
65a711f40f Allow myisam-recover="" and --sql-mode="" 2001-08-10 19:02:23 +03:00
monty@hundin.mysql.fi
8a9d6072fa merge 2001-08-10 17:47:05 +03:00
monty@hundin.mysql.fi
e7575da7bb Portability fixes
Added record_rnd_buffer
Added --safe-user-create
Fix for ALTER TABLE RENAME on windows
2001-08-10 17:37:37 +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
77daaee3c1 Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql 2001-08-10 12:53:30 +02:00
serg@serg.mysql.com
e510d13436 manual.texi PASSWORD() issue clarified 2001-08-10 12:51:16 +02:00
jani@hynda.mysql.fi
0ca647c01c Fixed bug in show variables, it didn't show whether slow-query was
enabled or not.
2001-08-10 13:47:27 +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
jani@hynda.mysql.fi
84953bbad2 New dutch error message file. 2001-08-10 13:01:42 +03:00
jani@hynda.mysql.fi
36bfe9f1f6 Merge jamppa@work:/home/bk/mysql into hynda.mysql.fi:/data/my/bk/mysql 2001-08-10 12:51:34 +03:00
jani@hynda.mysql.fi
0b68a21b5d changed variable display from string to int (bits) for myisam-recover
and sql-mode options.
2001-08-10 12:40:49 +03:00
jcole@tetra.spaceapes.com
dfb1566fa7 Fixed stupid node name in manual.texi. 2001-08-10 04:11:34 -05:00
jcole@tetra.spaceapes.com
d14a73d516 DocTOC Chapter 8 Complete! 2001-08-09 23:40:37 -05:00
jcole@tetra.spaceapes.com
f1796c8312 Merge jcole@work.mysql.com:/home/bk/mysql
into tetra.spaceapes.com:/home/jcole/bk/mysql
2001-08-09 22:59:46 -05:00
jcole@tetra.spaceapes.com
edd8cc2e77 DocTOC Chapter 9 Complete!
(Chapter 8 Skipped, will be next.)
2001-08-09 22:58:45 -05:00
sasha@mysql.sashanet.com
1da341fc5a Merge work:/home/bk/mysql-4.0
into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
2001-08-09 19:21:59 -06:00
sasha@mysql.sashanet.com
f6836bf81a merged 2001-08-09 19:16:15 -06:00
sasha@mysql.sashanet.com
be4f7bbdcf Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-08-09 18:18:35 -06:00
sasha@mysql.sashanet.com
681cdbbdf9 mysqlbinlog->client 2001-08-09 18:16:43 -06:00
heikki@donna.mysql.fi
70455174f0 ibuf0ibuf.c Fix a potential hang in database shutdown (not known if there is such, but let us play safe) 2001-08-10 01:12:42 +03: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
jcole@tetra.spaceapes.com
3c140d8842 Fixes to DocTOC Chapter 6. 2001-08-09 13:14:05 -05:00
jcole@tetra.spaceapes.com
3125b48389 DocTOC Chapter 6 Complete! 2001-08-09 13:08:06 -05:00
heikki@donna.mysql.fi
402c55fcd8 ha_innobase.h Fix Sort aborted bug 2001-08-09 20:42:32 +03: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
d05efc0034 Merge jamppa@work:/home/bk/mysql into hynda.mysql.fi:/data/my/bk/mysql 2001-08-09 18:52:47 +03:00
jani@hynda.mysql.fi
44722151fd Added new optino --sql-mode to mysqld. 2001-08-09 18:51:38 +03:00
jcole@tetra.spaceapes.com
dcea55e0f6 fixed some spacing and tag nesting problems in manual.texi 2001-08-09 01:34:11 -05:00
tonu@x153.internalnet
24bcdaaff3 Added CPU automatic detection. It examines /proc/cpuinfo (if exists) and finds out flags for -mcpu and -march.
TODO is --with-cpu configure option to force some other processor type.
Problem is not big as any Intel 686+ CPU will use -mcpu=pentiumpro anyway. Exceptions are Athlons and 586 processors.
2001-08-09 06:07:19 +08:00
heikki@donna.mysql.fi
589bb2c0a6 row0upd.c Fix a memory overwrite which can happen if we update or delete a > 8000-byte row 2001-08-08 22:31:44 +03:00
heikki@donna.mysql.fi
c3cc2243a5 trx0purge.c Fix a bug which might stop purge from running
buf0flu.c	Add an include to fix compile problem in non-inlined version
2001-08-08 21:35:43 +03:00
jcole@tetra.spaceapes.com
1490475d49 Merge jcole@work.mysql.com:/home/bk/mysql
into tetra.spaceapes.com:/home/jcole/bk/mysql
2001-08-08 13:09:26 -05:00
tonu@x153.internalnet
36d3c4bed2 Merge work.mysql.com:/home/bk/mysql
into x153.internalnet:/home/tonu/mysql
2001-08-09 02:09:25 +08:00
monty@tik.mysql.fi
4ad1e112f8 Merge work:/my/mysql into tik.mysql.fi:/home/my/mysql 2001-08-08 21:09:24 +03:00