Commit graph

4687 commits

Author SHA1 Message Date
Sinisa@sinisa.nasamreza.org
921f7c9c55 Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
2002-08-27 16:02:48 +03:00
Sinisa@sinisa.nasamreza.org
926c6cb3fa A small bug fix for the tee command ... 2002-08-27 16:01:25 +03:00
arjen@george.bitbike.com
e8461d6d55 Grammar fix.
B-Tree explanation fix (from Peter Zaitsev).
2002-08-27 08:05:38 +10:00
paul@teton.kitebird.com
f73c1639e8 Merge paul@work.mysql.com:/home/bk/mysql-4.0
into teton.kitebird.com:/home/paul/mysql-4.0
2002-08-26 11:31:25 -05:00
paul@teton.kitebird.com
a56631a7ca manual.texi misc. minor corrections 2002-08-26 11:28:04 -05:00
monty@hundin.mysql.fi
80d8898feb Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-08-26 12:29:37 +03:00
monty@hundin.mysql.fi
f3f1e53e52 Fix for HPUX to not use -lc_r library.
Fixed hangup problem in net_clear() on HPUX and Windows.
2002-08-26 12:28:49 +03:00
monty@mashka.mysql.fi
7229f85340 Don't require call to mysql_ssl_set() to use ssl. 2002-08-25 22:40:49 +03:00
paul@teton.kitebird.com
10416c1be5 manual.texi fix typos 2002-08-24 22:34:35 -05:00
monty@hundin.mysql.fi
791215f16b Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-08-24 16:36:28 +03:00
monty@mashka.mysql.fi
9b67b029ad Portability fix for AIX 4.3 powerpc with gcc 3.2 2002-08-24 16:32:16 +03:00
heikki@hundin.mysql.fi
d3ef9a5b33 lock0lock.c:
Fix a spurious deadlock introduced in the previous fix when next-key locks are requested for a page supremum record
2002-08-24 12:11:37 +03:00
monty@mashka.mysql.fi
0fd577d0a5 Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 2002-08-24 05:45:51 +03:00
monty@mashka.mysql.fi
04723cf74d Give better error from reconnect()
Fixed hang in start_slave_threads() when thread dies quickly.
2002-08-24 05:44:16 +03:00
monty@mashka.mysql.fi
3b81549d93 merge with 3.23 2002-08-24 02:10:49 +03:00
monty@mashka.mysql.fi
d49bf802ec Removed wrong mutex lock (hangup in kill on HPUX)
all free_defaults() on exit in mysql.cc;  Should fix problem with SSL
2002-08-24 02:08:10 +03:00
heikki@hundin.mysql.fi
6b6a024eb5 lexyy.c, pars0lex.l, pars0grm.c, pars0grm.y:
Port alloca and Windows fix from 3.23
2002-08-24 01:31:25 +03:00
heikki@hundin.mysql.fi
fd7106a4b3 lock0lock.c:
Eliminate a spurious deadlock when an insert waits for an update and a second update comes to wait after the insert
2002-08-24 00:21:18 +03:00
monty@mashka.mysql.fi
b8bf46ca9b Added testing of temporary tables with replication 2002-08-23 21:41:27 +03:00
monty@hundin.mysql.fi
a9c1508d7e merge with 3.23 tree 2002-08-23 15:18:46 +03:00
monty@hundin.mysql.fi
7dac7062fa Changed relay_log_space to ulonglong
Removed compiler warnings.
2002-08-23 15:14:01 +03:00
monty@hundin.mysql.fi
fb3f13aa48 Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2002-08-23 10:34:20 +03:00
monty@hundin.mysql.fi
3ee79d3a50 Fixed bug in mysqld when using configure --localstatedir 2002-08-23 10:33:18 +03:00
monty@hundin.mysql.fi
d3484f889a Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-08-23 02:50:04 +03:00
monty@hundin.mysql.fi
c7499a1039 Portabilityfix in mysqladmin.c
Fix when using --localstatedir
Cleaned up mysql.server
2002-08-23 02:48:52 +03:00
arjen@fred.bitbike.com
da87c43c07 Fix changed URL on MySQL website. 2002-08-23 07:52:04 +10:00
jani@rhols221.adsl.netsonic.fi
a6fac7c9fd Fixed a bug in mysqladmin when it gave unneccessary warning
in shutdown operation.
2002-08-22 17:28:51 +03:00
monty@hundin.mysql.fi
8388548a26 Cleanup of waiting for pidfile in mysqladmin 2002-08-22 17:06:50 +03:00
monty@hundin.mysql.fi
aa4e9b1f2a Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-08-22 16:51:48 +03:00
monty@hundin.mysql.fi
f36f9d00ff Fixed bug in wait_for_update() that I had introduced.
Changed option variables to my_bool (to avoid bugs in my_getopt())
Added new thread specific mutex LOCK_delete to be able to free LOCK_thread_count early.
Changed usage of LOCK_thread_count -> LOCK_status for statistics variables
2002-08-22 16:50:58 +03:00
heikki@hundin.mysql.fi
4bdaf9c2c9 pars0grm.h, pars0grm.c, lexyy.c:
The lexer of InnoDB to 8-bit, it was 7-bit which made it crash on table names containing char codes > 127
pars0lex.l, pars0grm.y:
  Add InnoDB internal SQL interpreter grammar and lexer sources
2002-08-22 13:33:45 +03:00
heikki@hundin.mysql.fi
8b61e475f6 lock0lock.h, lock0lock.c:
Remove a spurious deadlock when >= 2 insert transactions have to wait because there is a next-key lock set
2002-08-22 13:22:04 +03:00
arjen@fred.bitbike.com
e2cc7f9cf7 Fixed URL (from JimW). 2002-08-22 14:00:20 +10:00
arjen@fred.bitbike.com
f04c4fd428 Add a few common synonyms to aid searching:
DROP: delete, ALTER: change, column: field.
2002-08-22 12:15:50 +10:00
jani@rhols221.adsl.netsonic.fi
f922064d73 Updated changelog section. 2002-08-22 02:54:12 +03:00
jani@rhols221.adsl.netsonic.fi
ef0a24e0d6 Fixed a bug in mysqladmin shutdown when checking pid file status. 2002-08-22 02:37:42 +03:00
jani@rhols221.adsl.netsonic.fi
cad0e51443 Merge work:/home/bk/mysql-4.0/
into rhols221.adsl.netsonic.fi:/home/my/bk/mysql-4.0
2002-08-22 02:23:34 +03:00
jani@rhols221.adsl.netsonic.fi
54f550a247 Fixed a bug in mysqladmin, when it could hang while waiting for
pid file to disappear, when MySQL was already re-started.
2002-08-22 02:22:10 +03:00
arjen@fred.bitbike.com
274a253a28 Updated Dutch error messages. 2002-08-22 07:20:58 +10:00
monty@hundin.mysql.fi
4ab6d8c4f7 Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-08-22 00:20:57 +03:00
serg@serg.mysql.com
55a2272f5a compile-*-debug* scripts will now compile InnoDB in non-inline fashion 2002-08-21 21:20:56 +00:00
serg@serg.mysql.com
9fb3ceafff Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-08-21 21:16:20 +00:00
serg@serg.mysql.com
9498ed78c0 Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-08-21 21:01:31 +00:00
serg@serg.mysql.com
99a954f405 InnoDB support for HANDLER 2002-08-21 20:55:34 +00:00
monty@hundin.mysql.fi
9c6a3b1ac7 Portability fix. 2002-08-21 23:31:33 +03:00
monty@hundin.mysql.fi
510ce83799 merge 2002-08-21 22:12:13 +03:00
monty@hundin.mysql.fi
03b0179af9 Use our version of RWLOCKS on UNIXWARE 7
More DBUG info for replication
Better error messages from replication
Fixed bug in replication code when connecting to 'localhost' (time was not released properly)
Block ALARM signal on Linux for signal handler thread (Fixes problem with running mysqld with --debug)
Removed warning when setting an AUTO_INCREMENT field to NULL
2002-08-21 22:04:22 +03:00
arjen@fred.bitbike.com
0989224bf0 Licensing info clarified/updated (from David). 2002-08-21 09:58:51 +10:00
arjen@fred.bitbike.com
d6f99ffdf3 Typo fixed (spotted by Thomas Spahni). 2002-08-21 09:08:44 +10:00
arjen@fred.bitbike.com
1975c8264d Various fixes/updates.
Specifically mention Ruby in list of APIs (noted by Markus Jais).
2002-08-21 08:26:38 +10:00