Commit graph

1401 commits

Author SHA1 Message Date
serg@serg.mysql.com
8b2a9517a6 ALTER TABLE ... DISABLE KEYS / ALTER TABLE ... ENABLE KEYS 2001-05-11 22:26:12 +02:00
serg@serg.mysql.com
8e882bcafa Merge 2001-05-02 12:18:05 +02:00
monty@donna.mysql.fi
9ee2a297c0 Fixes for embedded MySQL
Some limit optimization
2001-04-25 01:11:29 +03:00
monty@work.mysql.com
93de112238 Merge 2001-04-19 00:58:30 +02:00
monty@work.mysql.com
821fa2241c Update for MySQL-Max 2001-04-18 16:35:30 +02:00
heikki@donna.mysql.fi
e593714e6b os0thread.c Change pthread_yield to sched_yield
univ.i  	Change pthread_yield to sched_yield
configure.in	Change pthread_yield to sched_yield
2001-04-18 17:23:06 +03:00
serg@serg.mysql.com
cd42be3b99 manual.texi Tim's suggestion added 2001-04-18 10:39:25 +02:00
sasha@mysql.sashanet.com
5a5e2be98a client/mysqltest.c
fixed typo
2001-04-17 23:42:24 -06:00
sasha@mysql.sashanet.com
858867fa65 lient/mysqltest.c
added support for alphanumeric variables - import MASTER_MYPORT and
    SLAVE_MYPORT from the environment
mysql-test/mysql-test-run.sh
    export MASTER_MYPORT and SLAVE_MYPORT for mysqltest
mysql-test/t/rpl000015.test
    use MASTER_MYPORT
mysql-test/t/rpl000016.test
    use MASTER_MYPORT
2001-04-17 23:06:00 -06:00
monty@donna.mysql.fi
77fb94a212 Fixed bugs in mysqltest 2001-04-18 04:23:14 +03:00
monty@donna.mysql.fi
0bd3023393 Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql 2001-04-18 02:54:07 +03:00
monty@donna.mysql.fi
ad7fa1c940 Don't force conf_to_src to be static an all systems
Removed unpredictable test from rpl000001.test
2001-04-18 02:53:21 +03:00
jcole@abel.spaceapes.com
393c603529 Small fixes to manual.texi. 2001-04-17 14:57:31 -05:00
serg@serg.mysql.com
185c2beaea ft_* variables added 2001-04-17 21:30:02 +02:00
monty@donna.mysql.fi
2542d7d132 Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql 2001-04-17 18:15:57 +03:00
monty@donna.mysql.fi
a6ee05e8d6 Fixed typo in mysql_install_db 2001-04-17 18:15:30 +03:00
serg@serg.mysql.com
13ef4d1db4 Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql 2001-04-17 14:17:48 +02:00
serg@serg.mysql.com
389a7c0286 bugfix: HAVING MATCH 2001-04-17 14:17:22 +02:00
monty@donna.mysql.fi
c4aafedfc6 Moved test to keep Tim happy 2001-04-17 14:07:38 +03:00
monty@donna.mysql.fi
4edafca6a3 Fixed that -ldl is not used for clients
Fixed rpl000001 to handle the most common mysql-test-run ports.
2001-04-17 14:02:28 +03:00
monty@donna.mysql.fi
1e80c3f3e1 Don't use ranges on HEAP tables with LIKE
Don't reconnect client on close
2001-04-17 03:55:25 +03:00
monty@donna.mysql.fi
561c18c116 Updated manual 2001-04-17 02:00:46 +03:00
monty@donna.mysql.fi
1afbe4feba The environment variable PAGER is now used as the default pager
Fixed bug with float columns
2001-04-17 01:45:30 +03:00
sasha@mysql.sashanet.com
37f3068495 Docs/manual.texi
Added a stern warning in a visible (in my opinion) place to make sure
    to compile with -fno-exceptions when using gcc
    Wrote a new paragraphs on OS comparison/choice in the Which OS section
2001-04-16 15:15:59 -06:00
heikki@donna.mysql.fi
7e1687dde2 manual.texi Added InnoDB manual in manual.texi 2001-04-16 18:06:53 +03:00
monty@donna.mysql.fi
ac77076ff2 Fixed bug with HEAP tables when using LIKE 2001-04-16 14:05:55 +03:00
serg@serg.mysql.com
f751ab1a9a fully functional HANDLER table CLOSE 2001-04-15 22:56:20 +02:00
serg@serg.mysql.com
4fbab1d681 Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2001-04-15 20:56:29 +02:00
serg@serg.mysql.com
801259b669 Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql 2001-04-15 20:16:51 +02:00
serg@serg.mysql.com
491dc47f8c bad auto-merge fixed 2001-04-15 20:15:58 +02:00
serg@serg.mysql.com
5d86c27a2d mysqltest bugfix
typo/bad merge fixed
chmod a-x for man/*.1 files
2001-04-15 20:14:40 +02:00
monty@donna.mysql.fi
aa7bb900ae Merge 2001-04-15 14:28:25 +03:00
monty@donna.mysql.fi
88c821b002 Cleanup of MySQL-Max description 2001-04-15 14:21:58 +03:00
paul@central.snake.net
10c6a5fb56 manual.texi minor wording changes to sections 6.1 - 6.3. 2001-04-14 21:56:57 -05:00
tim@threads.polyesthetic.msg
c3e3a336b6 Try to make MySQL compile under Cygwin.
Bug fix for Dec OSF on Alpha.

Minor bug fix for server RPM.
Tweak RPM support for mysqld-max.
2001-04-14 13:04:20 -04:00
tim@threads.polyesthetic.msg
af816a16fc Merge 2001-04-14 09:38:43 -04:00
tim@threads.polyesthetic.msg
eb320ce7b0 mysql-test-run.sh don't depend on 'tr' 2001-04-14 09:35:42 -04:00
monty@donna.mysql.fi
2ba11380eb Fix RPM to be able to build MySQL-Max 2001-04-14 01:30:52 +03:00
monty@donna.mysql.fi
88c010dd3e Added clean and distclean to the BDB makefile 2001-04-14 00:12:11 +03:00
serg@serg.mysql.com
6a41e1f3a5 merged 2001-04-13 21:29:06 +02:00
serg@serg.mysql.com
f48ed45303 merged 2001-04-13 21:16:53 +02:00
monty@donna.mysql.fi
bc7731c0c7 Changed -O6 to -O3
Portability fix for Innodb
2001-04-13 22:09:33 +03:00
sasha@mysql.sashanet.com
b8c416ac65 mysql-test/mysql-test-run.sh
added --bench option
sql-bench/Makefile.am
    added bench-count-distinct.sh test
sql-bench/bench-init.pl.sh
    added --socket option
2001-04-13 12:51:27 -06:00
serg@serg.mysql.com
6991ee7867 manually merged 2001-04-13 16:31:53 +02:00
serg@serg.mysql.com
ca0ba8e0ab this won't be pushed 2001-04-13 16:18:44 +02:00
heikki@donna.mysql.fi
fc6dcf4df7 log0recv.c Change Innobase text to InnoDB
log0log.c	Change Innobase text to InnoDB
srv0start.c	Change Innobase text to InnoDB
srv0srv.c	Change Innobase text to InnoDB
ha_innobase.cc	Change Innobase text to InnoDB
2001-04-13 16:36:54 +03:00
monty@donna.mysql.fi
b897f84d74 Changes to get mysqld-max to compile 2001-04-13 16:21:38 +03:00
monty@donna.mysql.fi
46839ed2f2 Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql 2001-04-13 12:39:34 +03:00
monty@donna.mysql.fi
8700c02dae Changed Innobase to Innodb
Deleted a lot of old benchmark runs
2001-04-13 12:25:12 +03:00
paul@central.snake.net
69be96cf2a manual.texi Fix Bowser's birth date (1998 -> 1989) 2001-04-12 18:54:37 -05:00