Commit graph

133 commits

Author SHA1 Message Date
monty@hundin.mysql.fi
ed8fc0b0c6 Fix for --enable-local-infile 2002-03-06 22:06:18 +02:00
monty@tik.mysql.fi
c1ab560c3d Corrected fix for not freed memory when using corrupted tables 2002-03-05 17:38:16 +02:00
monty@tik.mysql.fi
cde0896521 Merge hundin:/my/mysql-3.23 into tik.mysql.fi:/home/my/mysql-3.23 2002-03-05 15:49:34 +02:00
monty@tik.mysql.fi
539718ba25 Update scripts for new POSIX spec
Fix for --enable-local-infile
Portability fix for bison
2002-03-05 15:46:30 +02:00
sasha@mysql.sashanet.com
8c01c96f90 updated version 2002-02-23 16:08:04 -07:00
sasha@mysql.sashanet.com
21cf70e9e0 updates for the new build 2002-02-15 14:02:48 -07:00
monty@tik.mysql.fi
1f9b1e1915 Made LOAD DATA LOCAL INFILE more secure 2002-02-13 21:53:26 +02:00
monty@hundin.mysql.fi
d713fee16b Update to autoconf 2.52
Fix of InnoDB variables in SHOW VARIABLES
Fix for ALTER TABLE and InnoDB
2002-02-07 21:34:35 +02:00
monty@hundin.mysql.fi
89f8ca058e Removed Heikki's changes to the manual that was meant for 4.0 2002-01-02 14:12:37 +02:00
monty@hundin.mysql.fi
4bd55bc339 Upgrade version number 2001-12-05 23:25:48 +02:00
monty@hundin.mysql.fi
5738117970 Fix race condition in ANALYZE TABLE.
Fixed bug where one got an empty set instead of a DEADLOCK error when using BDB tables.
2001-11-26 02:16:38 +02:00
monty@hundin.mysql.fi
fb1f8c4f0a Fixed bug in OPTIMIZE TABLE that reset index cardinality if it
was up to date.
2001-11-18 14:08:17 +02:00
monty@hundin.mysql.fi
daa4229a3d Portability fixes. 2001-11-02 07:42:28 +02:00
monty@hundin.mysql.fi
d89690e606 Portability fixes
Fix for consistent 0000-00-00 date handling
Close + open binary logs on flush tables
Fix for AVG() in HAVING.
2001-10-31 18:27:49 +02:00
monty@hundin.mysql.fi
a99b7e77cd Update version number 2001-09-28 14:34:52 +03:00
monty@hundin.mysql.fi
6f34ff50d4 Added ukrainian error messages 2001-09-14 18:05:04 +03:00
monty@hundin.mysql.fi
e24bdfa8bb More debug info
Fix DBUG_ASSERT()
Optimization for BDB tables
Fix for BDB under Win98
2001-09-08 11:47:34 +03:00
monty@hundin.mysql.fi
7f8f1bd979 Fix to not running mysqld as root by default 2001-09-02 20:42:07 +03:00
tim@white.box
a06dfbd225 configure.in
Add #undef inline to all C++ tests.
        This is needed to work with some C++ compilers....
2001-08-31 16:30:20 -04:00
monty@hundin.mysql.fi
f908efb0a8 Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2001-08-30 20:39:18 +03:00
monty@hundin.mysql.fi
b3d9ec2124 Increase version number 2001-08-30 20:38:46 +03:00
tim@white.box
307ccfeedf Update the SCO (now Caldera)/SysV tests. This should allow OpenUnix8
to work automatically.  Thanks to Boyd Lynn Gerber for the patch.
2001-08-28 18:48:13 -04:00
monty@hundin.mysql.fi
063a1a6557 Portability fixes.
Patches required by Gemini
Fix to properly detect if there is an active transaction in InnoDB
Fix to not lock thread structure when doing automatic rollback when thread ends
Allow -O lower_case_names=0 on UNIX
2001-08-21 20:06:00 +03:00
monty@tik.mysql.fi
0d55e93614 Fix when using --without-server --with-thread-safe-client
Added prototype for my_thread_end
New error message for MATCH
Give error when using myisamchk --force --readonly
2001-08-04 00:10:00 +03:00
monty@hundin.mysql.fi
0fb2e24ac5 Updated version number
Update to new debian files
2001-07-18 14:32:54 +03:00
tim@white.box
ff98c42643 Merge 2001-07-17 17:25:27 -04:00
tim@white.box
6539db2b8b configure.in Fix "$target_os" = "freebsd" test; not a critical fix. 2001-07-17 17:11:19 -04:00
monty@hundin.mysql.fi
aecef7614e Removed wrong warning from thr_lock
Fixed problem with UPDATE and BDB tables
Fixed problem with GRANT FILE privilege on database level
mysqld --warnings works now
Fixed problem with SHOW OPEN TABLES when not using BDB
Added some tests for ALTER TABLE to the test scripts
2001-07-17 21:04:01 +03:00
monty@hundin.mysql.fi
02f72a801b Changed GPL license example to make it more clear 2001-07-16 14:32:11 +03:00
monty@hundin.mysql.fi
83d5333ffb Fix that libmysqlclient_r can be compiled with mit-pthreads on Linux 2001-07-16 13:27:30 +03:00
monty@tik.mysql.fi
bf9876a195 Patch for netBSD
Added warning for tables where the auto_increment key is 0
Fixed DELETE ... LIMIT 0
Fixed UPDATE ..LIMIT 0
2001-07-16 03:04:30 +03:00
monty@hundin.mysql.fi
36891dcb47 Fixed changelog 2001-06-12 22:02:32 +03:00
monty@hundin.mysql.fi
6be95636b1 Fixed wrong mysql-test
New german error messages
2001-06-12 17:13:52 +03:00
monty@hundin.mysql.fi
be188b117b Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2001-05-31 12:19:16 +03:00
monty@hundin.mysql.fi
6a387c7cdf Added functions for symbolic link handling to make it possible to
backport things from 4.0. This is safe as the functions are not used!
Fixed bug in new mutex handling in InnoDB
Make allow_break() and dont_break() defines.
2001-05-31 12:18:53 +03:00
mikef@nslinux.bedford.progress.com
d1fc2f3c4f Merge nusphere@work.mysql.com:/home/bk/mysql
into nslinux.bedford.progress.com:/usr1/mikef/MYSQL/there
2001-05-29 09:38:16 -04:00
mikef@nslinux.bedford.progress.com
ceac5f9227 Pushing all the Gemini changes above the table handler. 2001-05-29 09:29:08 -04:00
monty@tik.mysql.fi
38c035c098 Fixed portability bug in my_config.sh
Added print of --use-symbolic-links in mysqld
2001-05-28 02:45:19 +03:00
monty@donna.mysql.fi
25a129c96f Force close of sockets on HPUX 10.20
Support option lines longer than 256 chars.
Close the slow log at shutdown.
Always allow debug options to mysqld.
Change some DBUG_PRINT tags.
2001-05-19 10:14:05 +03:00
monty@donna.mysql.fi
21e7c668ff Portability fixes for Ia64 and Sgi compiler
DROP DATABASE in mysqladmin asks for confirmation (again)
Added examined_rows to slow query log
SHOW CREATE for TEMPORARY table
2001-04-25 22:44:27 +03:00
monty@donna.mysql.fi
566f82369c Portability fixes 2001-04-19 14:43:32 +03:00
monty@donna.mysql.fi
bc6fd0acaa Added test for PTHREAD_YIELD
Removed test of default master parameter
Don't lock locked tables in REPAIR
Changed optimzation for SELECT * from table,table ORDER BY keypart LIMIT
2001-04-18 23:47:11 +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
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
monty@donna.mysql.fi
bc7731c0c7 Changed -O6 to -O3
Portability fix for Innodb
2001-04-13 22:09:33 +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
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
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
sasha@mysql.sashanet.com
2517966c7b Changes to make it compile again 2001-03-22 11:31:43 -07:00