summaryrefslogtreecommitdiff
path: root/BUILD
Commit message (Collapse)AuthorAgeFilesLines
* SSL compiles and works as far as can see. Continue testing..tonu@volk.internalnet2001-09-301-1/+1
|
* Added support of INSERT to MERGE tablesmonty@hundin.mysql.fi2001-09-221-1/+1
| | | | Fixes for embedded libary and openssl
* Merge with 3.23.42monty@work.mysql.com2001-09-131-1/+2
|\
| * added symbols files to RPM to resolve stack tracesasha@mysql.sashanet.com2001-09-031-1/+2
| | | | | | | | | | fixed Do-rpm to accept command-line options for easier testing/local RPM build
* | mergemonty@hundin.mysql.fi2001-09-022-2/+25
|\ \
| * \ merge with 3.23.42monty@work.mysql.com2001-09-022-2/+25
| |\ \ | | |/
| | * Fix to get core files on Solarismonty@bitch.mysql.fi2001-08-221-1/+1
| | |
| | * Fix for bug in the Sun Workshop compilermonty@bitch.mysql.fi2001-08-182-2/+25
| | |
* | | Changed DB_TYPE_INNOBASE to DB_TYPE_INNODBmonty@hundin.mysql.fi2001-09-021-8/+0
|/ / | | | | | | | | | | Fix that DROP DATABASE works with all table types Use BULK_INSERT when inserting more than one row Better TRUNCATE TABLE
* | audio completion notificationsasha@mysql.sashanet.com2001-08-131-0/+8
| |
* | mergedsasha@mysql.sashanet.com2001-08-112-7/+16
|\ \ | |/
| * Made SIGTERM safer for Solarismonty@bitch.mysql.fi2001-08-111-6/+13
| |
| * Fixed bug in ALTER TABLE for MERGE tablesmonty@bitch.mysql.fi2001-08-101-1/+3
| | | | | | | | | | | | Portability fixes Fixed problem when giving wrong arguments to myisam_recover Fix to remove warnings when using purify
* | Added CPU automatic detection. It examines /proc/cpuinfo (if exists) and ↵tonu@x153.internalnet2001-08-091-1/+1
| | | | | | | | | | | | | | 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.
* | Fixed multi-table-deletemonty@hundin.mysql.fi2001-06-151-1/+1
| | | | | | | | Optimize fixed length MyISAM rows to use pread/pwrite.
* | auto-magic replication redirection logic support in the client,sasha@mysql.sashanet.com2001-06-081-1/+2
| | | | | | | | | | | | compiles, passes test suite, does magic, has bugs, but none that I know at this point. Have not tested everything yet, though. Changed a lot of code in the client, but normal stuff appears to be working.
* | Merge tonu@work.mysql.com:/home/bk/mysql-4.0tonu@hundin.mysql.fi2001-05-311-0/+13
|\ \ | | | | | | | | | into hundin.mysql.fi:/home/tonu/mysql-4.0
| * | Support for VIO librarytonu@hundin.mysql.fi2001-05-311-0/+13
| | |
* | | mergemonty@work.mysql.com2001-05-313-2/+9
|\ \ \ | |/ / |/| / | |/
| * Merge nusphere@work.mysql.com:/home/bk/mysqlmikef@nslinux.bedford.progress.com2001-05-291-0/+4
| |\ | | | | | | | | | into nslinux.bedford.progress.com:/usr1/mikef/MYSQL/there
| | * Pushing all the Gemini changes above the table handler.mikef@nslinux.bedford.progress.com2001-05-291-0/+4
| | |
| * | BUILD/SETUP.sh@1.9sasha@mysql.sashanet.com2001-05-252-2/+5
| |/ | | | | | | | | | | | | | | | | removed -ffixed-ebp from reckless flags BUILD/compile-pentium@1.16 use fast, not reckless flags for binary distribuition sql/share/english/errmsg.txt@1.24 Point the user to the manual when he gets aborted connection message
* | Merged with 3.23, needs further fix-upsasha@mysql.sashanet.com2001-05-105-56/+0
|\ \ | |/
| * Portability fixesmonty@donna.mysql.fi2001-04-205-56/+0
| |
* | Mergemonty@work.mysql.com2001-04-192-2/+2
|\ \ | |/
| * Changed -O6 to -O3monty@donna.mysql.fi2001-04-132-2/+2
| | | | | | | | Portability fix for Innodb
* | mergedserg@serg.mysql.com2001-04-134-4/+4
|\ \ | |/
| * Changes to get mysqld-max to compilemonty@donna.mysql.fi2001-04-132-2/+2
| |
| * Changed Innobase to Innodbmonty@donna.mysql.fi2001-04-132-2/+2
| | | | | | | | Deleted a lot of old benchmark runs
* | Added all changes from old 4.0 version:monty@work.mysql.com2001-04-111-0/+13
|/ | | | | | | | | PSTACK, libmysqld and MySQL filesystem UPDATE ... ORDER BY DELETE ... ORDER BY New faster fulltext handling Faster compressed keys
* added compile-pentium-gprofsasha@mysql.sashanet.com2001-04-091-0/+9
| | | | ignore generated files from bdb
* moved bdb/innobase to compile-pentium-debug-maxsasha@mysql.sashanet.com2001-04-052-1/+14
| | | | | | fixed bug in variable assignment in mysqltest fixed coredump on conversion from empty blob/text to date added test case for empty blob conversion to date
* separate compile-pentium and compile-pentium-maxsasha@mysql.sashanet.com2001-04-042-1/+13
|
* worked around gcc bug to make compile-pentium-gcov worksasha@mysql.sashanet.com2001-03-261-1/+1
| | | | | | increase coverage for table.cc in mysql_rm_table() ingore temporary gcov files fixed bug in replication test case
* Added test case that crashed Innobasemonty@donna.mysql.fi2001-03-261-5/+7
|
* Optimization of delete with record cache (for MyISAM tables)monty@donna.mysql.fi2001-03-112-12/+2
| | | | Added missing files for innobase to the distribution
* Changed --with-innobase-db to --with-innobasemonty@donna.mysql.fi2001-03-083-3/+3
| | | | Updated manual about INNOBASE and BDB
* Small changes to make life with BDB in the tree easier.tim@threads.polyesthetic.msg2001-03-041-4/+3
|
* Add --just-configure (-c) option to BUILD scripts.tim@work.mysql.com2001-03-042-9/+21
|
* Fixes for innobase usagemonty@donna.mysql.fi2001-03-031-0/+1
| | | | | Fixed bug when using TEXT columns with BDB tables Allow LOAD DATA INFILE to use numbers with ENUM and SET columns
* Fixes for innobasemonty@donna.mysql.fi2001-02-212-1/+4
| | | | Added test for ALTER TABLE ORDER BY
* Added max_user_connectionsmonty@donna.mysql.com2001-02-211-1/+2
|
* Added max_user_connectionsmonty@donna.mysql.com2001-02-201-1/+1
| | | | | Fixes for Innobase Don't reset whole to-buffer in strxnmov
* Workaround for bug in thread library in Unixware 7monty@donna.mysql.com2001-02-031-1/+1
| | | | | Fixed bug in GROUP BY on ELT() Added SEQUENCE() to UDF examples
* Add --just-print and --help options to BUILD/compile-* scripts.tim@threads.polyesthetic.msg2001-01-302-23/+50
|
* Added MYSQL_SERVER_SUFFIX to mysqldmonty@donna.mysql.com2001-01-191-1/+1
| | | | | Fixed bug in TRIM changed strnmov -> strmake
* Removed SCCS flag from all test casesmonty@donna.mysql.com2001-01-031-0/+1
| | | | | Changed atoll -> strtoll Extended mysql-test-run
* Fixed gethostname_r tests to be more portablemonty@donna.mysql.com2001-01-011-2/+3
|
* Fixed --no-defaults in mysqltestmonty@donna.mysql.com2000-12-293-0/+27
|
* Fix bug in FINISH.sh that kept CFLAGS from being used.tim@cane.mysql.fi2000-12-221-1/+1
| | | | Allow multiple options to be passed to mysql-test-run.