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
monty@tik.mysql.fi
6f9a73a1ba
Added isolation levels
...
Added SELECT .. FOR UPDATE and SELECT .. IN SHARE MODE
2001-03-21 01:02:22 +02:00
monty@donna.mysql.fi
d0722d73b0
Added fix for using variables with distinct
2001-03-15 03:55:48 +02:00
monty@donna.mysql.fi
26a8c8b823
Optimization of delete with record cache (for MyISAM tables)
...
Added missing files for innobase to the distribution
2001-03-11 23:09:09 +02:00
tim@work.mysql.com
c91715e3e5
Make configure always generate a dummy bdb/build_unix/db.h file. Ugh.
2001-03-08 20:06:08 +01:00
tim@work.mysql.com
55217d8cef
Make configure generate a fake bdb/build_unix/db.h file, so that
...
'make distcheck' will work. I hope.
This is an ugly hack....
2001-03-08 18:02:48 +01:00
tim@threads.polyesthetic.msg
496542f291
Changes so that 'make distcheck' works with Berkeley DB.
2001-03-07 16:34:42 -05:00
tim@threads.polyesthetic.msg
b1c5c6d663
Berkeley DB now uses our own Makefile.in which translates automake
...
targets (like 'distdir') properly.
2001-03-05 14:30:39 -05:00
tim@threads.polyesthetic.msg
1717437382
Portability and bug fixes for Innobase.
...
Add --with-innobase-db to configure.
2001-02-19 20:13:17 -05:00
monty@donna.mysql.com
bfc0d5ca29
Fixed problem with concurrent inserts and read-previous
...
Fix for BSDI 4.0
2001-02-18 13:56:10 +02:00
monty@donna.mysql.com
6fd7fb49cb
Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql
2001-02-17 14:21:51 +02:00
monty@donna.mysql.com
c533308a15
Added Innobase to source distribution
2001-02-17 14:19:19 +02:00
tim@threads.polyesthetic.msg
9286527fa1
Updates to use db-3.2.9a.
2001-02-16 14:36:02 -05:00
monty@donna.mysql.com
059ad7f078
Force sockets to be blocking on HPUX 11.0
...
Changed BITMAP to MY_BITMAP to avoid type conflict on windows
2001-02-07 23:27:19 +02:00
monty@donna.mysql.com
d487e5a9b1
Use new bitmap interface
...
Patches for Armstrong
Removed warnings when using REPAIR TABLE .. EXTENDED
2001-02-07 17:42:20 +02:00
tim@threads.polyesthetic.msg
a066832c28
SCO portability fixes and cleanup.
2001-02-01 20:47:35 -05:00
monty@donna.mysql.com
a7c5b9c211
Portability fixes for OPENBSD, OS2 and Windows
2001-01-27 01:20:56 +02:00
monty@donna.mysql.com
62771338ca
Changes for --with-server-suffix
...
Fixed mutex bug in logging (crash on windows when doing SET PASSWORD=)
Changed MERGE tables to not use FILE
2001-01-21 16:30:16 +02:00
tim@cane.mysql.fi
08d36171a9
Add --with-server-suffix (MYSQL_SERVER_SUFFIX).
2001-01-19 02:46:13 +02:00
tim@donna.mysql.com
edb04aa7e4
configure.in top_srcdir -> top_builddir
2001-01-17 11:33:59 +02:00
tim@donna.mysql.com
5f4a3f5167
Handle AVAILABLE_LANGUAGES more portably.
...
Fix a typo in BDB configuration.
2001-01-16 21:36:43 +02:00
monty@donna.mysql.com
9c80d5cb70
Patches for NetBSD/macppc
...
Fixed bug in LEFT JOIN
Added bdb_log_buffer_size
2001-01-12 13:52:32 +02:00
monty@donna.mysql.com
9612deef88
Merge
2001-01-08 00:09:16 +02:00
monty@donna.mysql.com
6d0e529042
Fixed bug when having many binary log files
...
Fixed bug when deleting keys with possible NULL values
many changes to mysqltest
2001-01-08 00:04:30 +02:00