summaryrefslogtreecommitdiff
path: root/BUILD
Commit message (Collapse)AuthorAgeFilesLines
* Use --enable-local-infile as defaultmonty@hundin.mysql.fi2002-02-141-1/+1
|\
| * Enable LOAD DATA LOCAL by defaultmonty@hundin.mysql.fi2002-02-141-1/+1
| |
| * Update to autoconf 2.52monty@hundin.mysql.fi2002-02-076-10/+12
| | | | | | | | | | Fix of InnoDB variables in SHOW VARIABLES Fix for ALTER TABLE and InnoDB
* | Update needed for SuSE 7.3monty@hundin.mysql.fi2002-01-269-26/+8
| | | | | | | | Update for autoconf 2.52
* | Added macros for nice TIMESPEC usage.monty@hundin.mysql.fi2002-01-023-2/+50
| | | | | | | | | | | | | | | | Fixes for building MySQL with gcc 3.0 Added SIGNED / UNSIGNED casts Fixed core dump bug in net_clear() with libmysqld. Back to using semaphores in query cache. Added 'Null' and 'Index_type' to SHOW INDEX.
* | New test resultsmonty@hundin.mysql.fi2001-12-131-1/+1
| |
* | Misc fixestonu@volk.internalnet2001-12-101-1/+1
| |
* | Fix for IO_CACHE.monty@hundin.mysql.fi2001-11-281-3/+4
| | | | | | | | Portability fixes.
* | New improved IO_CACHEmonty@bitch.mysql.fi2001-11-281-0/+16
| |
* | Fix bug when repairing compressed MyISAM filesmonty@hundin.mysql.fi2001-11-221-1/+1
| | | | | | | | LOCATE() is now case sensitive
* | Fix wrong memory allocation in SHOW OPEN TABLESmonty@hundin.mysql.fi2001-11-081-2/+2
| |
* | Portability fix.monty@hundin.mysql.fi2001-11-071-1/+1
| | | | | | | | Fixed linking problem with InnoDB.
* | Portability fixmonty@hundin.mysql.fi2001-11-071-1/+1
| | | | | | | | Cleanup typos (like SKIPP -> SKIP)
* | merge with 3.23.44monty@hundin.mysql.fi2001-11-042-4/+11
|\ \ | |/
| * Fixed problem with t1 LEFT_JOIN t2 ... WHERE t2.date_column IS NULL when ↵monty@hundin.mysql.fi2001-11-031-1/+1
| | | | | | | | date_column is declared as NOT NULL.
| * Portability fixesmonty@hundin.mysql.fi2001-10-311-2/+2
| | | | | | | | | | | | Fix for consistent 0000-00-00 date handling Close + open binary logs on flush tables Fix for AVG() in HAVING.
| * Fix for gcc 3.0monty@hundin.mysql.fi2001-10-302-2/+9
| | | | | | | | Fix for using quoted table names with the SJIS character set.
* | Fix bugs in LEFT JOIN and field=NULmonty@hundin.mysql.fi2001-10-203-3/+3
| |
* | Don't depend on mit-pthreads include files when building libmysqld.amonty@hundin.mysql.fi2001-10-091-6/+17
| |
* | Fixed some build problems.monty@hundin.mysql.fi2001-10-041-0/+13
| | | | | | | | | | | | Fix that compressed packets and normal packets looks indentical before calling net_real_write() (Needed for query cache) Optimize IS NULL handling
* | Merge work.mysql.com:/home/bk/mysql-4.0tonu@volk.internalnet2001-09-301-1/+1
|\ \ | | | | | | | | | into volk.internalnet:/home/tonu/mysql-4.0
| * | SSL compiles and works as far as can see. Continue testing..tonu@volk.internalnet2001-09-301-1/+1
| | |
* | | Final fixes for INSERT into MERGE tables.monty@tik.mysql.fi2001-09-271-1/+1
|/ / | | | | | | | | | | Move MAX_BLOB_WIDTH to be global Added full support for unsigned BIGINT Fixed spelling errors
* | 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
| |