jcole@abel.spaceapes.com
6809440669
push so i can merge
2001-04-03 18:12:33 -05:00
sasha@mysql.sashanet.com
1c216c4141
sometimes the server lags behind the client on startup - to fix, if the initial connect fails, sleep and try again
...
before giving up
2001-04-03 08:28:28 -06:00
sasha@mysql.sashanet.com
b1bfac4748
Merge mysql.sashanet.com:/home/sasha/src/bk/mysql
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql-fast
2001-04-02 19:02:47 -06:00
sasha@mysql.sashanet.com
f754012ad0
got --with-other-libc to work, finally
2001-04-02 19:01:15 -06:00
monty@donna.mysql.fi
4c20a8e59e
Removed deleted tests
2001-04-02 20:18:36 +03:00
monty@donna.mysql.fi
e112299b18
Fixed up mysql-max spec file
2001-04-02 19:49:43 +03:00
monty@donna.mysql.fi
56f4427f32
Cleanup of manual
2001-04-02 02:33:25 +03:00
monty@donna.mysql.fi
fcaa779e82
merge
2001-04-02 01:53:15 +03:00
monty@donna.mysql.fi
9ea338ac3f
Added INNODB as a synonym for INNOBASE
...
Fixed bug where FLUSH TABLES could make indexes unavailable for the next query
Added --skip-safemalloc
2001-04-02 01:45:24 +03:00
jcole@abel.spaceapes.com
7de6496fb3
Fixed typos in manual.texi.
2001-04-01 09:03:05 -05:00
monty@donna.mysql.fi
65822120f5
Fixed bug in ALTER TABLE
...
Removed _mi_rkey() function
New fork_big.pl multi-thread test
2001-04-01 13:45:48 +03:00
jcole@abel.spaceapes.com
f661935c24
Lots of corrections and cleanups to manual.texi.
2001-03-31 23:12:11 -06:00
mwagner@evoq.mwagner.org
398608eb2a
manual.texi Mirror maintenance.
2001-03-30 20:05:47 -06:00
jcole@abel.spaceapes.com
709501b9ce
Made the manual pretty in HTMLHELP format.
...
Reorganized and renamed the API chapter.
2001-03-30 16:26:51 -06:00
monty@donna.mysql.fi
a49a2e2001
Added check to isolation test if Gemini is used
2001-03-28 04:35:30 +03:00
monty@donna.mysql.fi
899831d20d
Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql
2001-03-28 04:18:43 +03:00
monty@donna.mysql.fi
1a077f4a55
Let ALTER TABLE and LOAD DATA INFILE use sorting to create index
...
Call init_signals before intializing table handlers. This should fix the signal problem in Innobase on Solaris
2001-03-28 04:16:04 +03:00
sasha@mysql.sashanet.com
620010abfc
Merge work:/home/bk/mysql
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-03-27 10:24:44 -07:00
sasha@mysql.sashanet.com
ee0f6217ea
I was wrong about concurrent insert issue in rpl000016 - it still failed
...
once after the lock. Now changed test case and added eval support to
mysqltest to make it easier to debug
2001-03-27 10:23:04 -07:00
heikki@donna.mysql.fi
719acf0acb
log0log.c Failure to create or open the archive log file now results in exit(1)
...
ut0dbg.h Innobase now prints the line and file of an assertion failure
2001-03-27 20:19:15 +03:00
heikki@donna.mysql.fi
d03b4308b4
os0thread.c Added &attr to os_thread_create to get in compile on HP-UX
2001-03-27 20:00:23 +03:00
heikki@donna.mysql.fi
d1c10d6445
Merge heikki@work.mysql.com:/home/bk/mysql
...
into donna.mysql.fi:/home/heikki/mysqlt
2001-03-27 19:50:42 +03:00
ccarkner@nslinuxw10.bedford.progress.com
d270ccd737
Created an isolation test for testing isolation levels.
2001-03-27 09:56:45 -05:00
heikki@donna.mysql.fi
7a13c25f80
data0data.c Small changes to eliminate some asserts in the debug version
...
data0type.c Small changes to eliminate some asserts in the debug version
data0type.ic Small changes to eliminate some asserts in the debug version
2001-03-27 15:54:05 +03:00
monty@donna.mysql.fi
e5da9a96de
Fixed bug in lock tables introduced by shared locks.
...
New lock test
2001-03-27 13:05:48 +03:00
sasha@mysql.sashanet.com
62e6906bfb
worked around gcc bug to make compile-pentium-gcov work
...
increase coverage for table.cc in mysql_rm_table()
ingore temporary gcov files
fixed bug in replication test case
2001-03-26 21:03:08 -07:00
serg@serg.mysql.com
306ab7dde9
Fulltext search section moved
2001-03-26 22:39:03 +02:00
monty@donna.mysql.fi
dab74107ab
Fix a crash in Innobase with tables with many columns and a range query
...
Removed all Attic directories.
2001-03-26 16:49:11 +03:00
monty@donna.mysql.fi
700dd225ad
Removed select.res file
2001-03-26 13:31:59 +03:00
monty@donna.mysql.fi
44c0545ab9
Added test case that crashed Innobase
2001-03-26 13:27:36 +03:00
monty@donna.mysql.fi
2ff0334c23
Fixed problem with Innobase and signals on Solaris
2001-03-26 02:01:05 +03:00
monty@donna.mysql.fi
add70fc1ba
Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro
...
(For glibc 2.2)
2001-03-26 01:05:04 +03:00
monty@donna.mysql.fi
76e59081a0
Updating changelog
2001-03-25 13:19:05 +03:00
sasha@mysql.sashanet.com
c57b8bde25
sql/mysqld.cc
...
fixed concurrency bug with a very quickly disconnecting client -
the client could disconnect and delete thd before pthread_create
could write to &thd->real_id
sql/sql_list.h
while tracking down the bug, made new/delete go through my_malloc/my_free
for ilink - did not help, but this is better anyway - cleaner exit with a message in
out of memory codition at least.
2001-03-24 23:33:26 -07:00
monty@donna.mysql.fi
5487d7a8c0
Fixed bug in send in mysqltest
...
Removed usage of @r/result as this made life hard when testing different
table handlers.
Allow concurrent inserts if no update/binary log.
Don't remove key_cache at flush tables.
Fixed bug in SELECT DISTINCT SUM()...
2001-03-25 01:02:26 +02:00
monty@donna.mysql.fi
176147cd31
Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql
2001-03-24 20:15:43 +02:00
monty@donna.mysql.fi
aa11573380
Added defines for fast mutex in glibc 2.2 (should be safe)
...
Fixed crash in SELECT DISTINCT SUM(...)
Fix return value of mysortncmp() for innobase
Fix join_crash bug
2001-03-24 20:15:14 +02:00
serg@serg.mysql.com
faa63c5013
Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql
2001-03-24 16:21:41 +01:00
sasha@mysql.sashanet.com
2531f38803
added test case for the nasty join query crash
2001-03-23 21:56:18 -07:00
sasha@mysql.sashanet.com
8ecd6b4b58
Merge work:/home/bk/mysql
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-03-23 20:00:52 -07:00
sasha@mysql.sashanet.com
b54cbeac05
fixes to get flush test to work only to discover another bug in flush
...
tables - read comments below
2001-03-23 19:59:30 -07:00
mwagner@evoq.mwagner.org
7a6a93b227
manual.texi Fix up.
2001-03-23 16:42:34 -06:00
mwagner@evoq.mwagner.org
3e59099f51
manual.texi One more mirror.
2001-03-23 14:24:40 -06:00
mwagner@evoq.mwagner.org
5d8c6b5fd2
manual.texi Mirror listing maintenance.
2001-03-23 14:13:39 -06:00
monty@tik.mysql.fi
bdb822ef49
Fixed bug with FLUSH TABLES when using temporary tables
2001-03-23 21:16:57 +02:00
monty@tik.mysql.fi
5c497ccf2f
Merge work:/my/mysql into tik.mysql.fi:/home/my/mysql
2001-03-23 20:40:31 +02:00
monty@tik.mysql.fi
3099c54d94
Test case for bug when updating on key
...
Fixed bug in CONCAT_WS()
Print the default ISOLATION level.
Change lock type for CREATE ... SELECT and INSERT/REPLACE ... SELECT
2001-03-23 20:38:42 +02:00
sasha@mysql.sashanet.com
cb8962ac80
fixed bug on re-open of temp tables after FLUSH in the middle of open
...
added flush test case, but had to comment the fun part out because it
does not work for some reason - will investigate why.
2001-03-22 20:04:59 -07:00
sasha@mysql.sashanet.com
2517966c7b
Changes to make it compile again
2001-03-22 11:31:43 -07:00
mikef@nslinuxw4.bedford.progress.com
37217bc996
acinclude.m4 Removed redundant Gemini check section
2001-03-22 09:21:54 -05:00