Commit graph

2069 commits

Author SHA1 Message Date
sasha@mysql.sashanet.com
21424657e4 merged replication fixes from 3.23 2001-08-15 15:57:47 -06:00
sasha@mysql.sashanet.com
c68d7caa06 Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-08-15 15:42:25 -06:00
sasha@mysql.sashanet.com
f6099e532e improvements for stopping the slave in SLAVE STOP and on shutdown 2001-08-15 15:41:52 -06:00
tfr@sarvik.tfr.cafe.ee
a01b7813e4 manual.texi:
Fixed contributed software link
2001-08-15 17:03:09 +02:00
tfr@sarvik.tfr.cafe.ee
318893e464 manual.texi:
Added mirror in Hong Kong
2001-08-15 16:37:54 +02:00
heikki@donna.mysql.fi
df71c22417 sync0sync.c This inline assmebly does not compile on gcc-2.96 and Intel: remove it 2001-08-15 14:11:56 +03:00
heikki@donna.mysql.fi
534bd6507c manual.texi Updated InnoDB section to reflect rel. .41 2001-08-14 18:56:23 +03:00
sasha@mysql.sashanet.com
cd63d8e5bb audio completion notification 2001-08-13 21:40:05 -06:00
sasha@mysql.sashanet.com
8c4326057f fixed HUP bug, last fix was not complete 2001-08-13 20:09:21 -06:00
sasha@mysql.sashanet.com
6ae2b46c6f Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-08-13 16:40:36 -06:00
jcole@tetra.spaceapes.com
7d2f363e8d Replaced @strong{MySQL} with MySQL
Replaced @strong{MySQL AB} with MySQL AB
2001-08-13 14:10:46 -05:00
heikki@donna.mysql.fi
335dda93b4 row0sel.c Fix a memory freeing bug when a row which contains an externally stored long field in the middle of the row is fetched in a SELECT
srv0start.c	Allow drive name followed by a ':' in a data file path
ha_innobase.cc	Allow drive name followed by a ':' in a data file path
2001-08-13 18:37:00 +03:00
monty@hundin.mysql.fi
cf19429793 Cleanups 2001-08-13 17:59:40 +03:00
monty@hundin.mysql.fi
4a470fcc99 Fix error messages after merge from 3.23 2001-08-13 15:24:29 +03:00
Sinisa@sinisa.nasamreza.org
58ac4b5dfe Monty, your comments ?? 2001-08-12 16:25:28 +03:00
Sinisa@sinisa.nasamreza.org
0d3fbc2996 Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0
2001-08-12 16:11:43 +03:00
Sinisa@sinisa.nasamreza.org
2252f945d0 Changes so that CREATE and INSERT work from UNION's 2001-08-12 16:01:32 +03:00
sasha@mysql.sashanet.com
7c344a582c post-merge fixes to make it compile. It still fails the fulltext test,
(wrong error code) but I'll push it so that Sergei could clean up
 my merge
2001-08-11 19:54:31 -06: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
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