monty@donna.mysql.fi
5ccbbd83f2
Fixes for innobase usage
...
Fixed bug when using TEXT columns with BDB tables
Allow LOAD DATA INFILE to use numbers with ENUM and SET columns
2001-03-03 03:03:12 +02:00
jcole@tetra.spaceapes.com
ab60ef6d81
Fixed a bug that allowed:
...
SET @foo=bar;
This would cause a deadlock in mysqld, it now generates the error:
ER_SET_CONSTANTS_ONLY as follows:
mysql> set @foo=bar;
ERROR 1204: You may only use constant expressions with SET
2001-03-02 05:03:18 -06:00
monty@donna.mysql.com
8e4968d9c7
Added max_user_connections
...
Fixes for Innobase
Don't reset whole to-buffer in strxnmov
2001-02-20 22:34:47 +02:00
monty@donna.mysql.com
dccba43687
Fixed installation bug in Makefile
2001-02-06 23:47:54 +02:00
monty@donna.mysql.com
591997d3b9
Install charsets/README
2001-02-06 23:09:12 +02:00
monty@donna.mysql.com
79ec0059ae
Fixed typo in Makefile
2001-02-06 19:59:57 +02:00
tim@threads.polyesthetic.msg
a508cd8f32
Remove several uses of cp -a, and fix broken dist-hook in sql-bench.
2001-02-05 21:58:20 -05:00
monty@donna.mysql.com
728b63e0de
Workaround for bug in thread library in Unixware 7
...
Fixed bug in GROUP BY on ELT()
Added SEQUENCE() to UDF examples
2001-02-03 18:00:29 +02:00
monty@donna.mysql.com
136ddd1f86
Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql
2001-02-02 03:47:40 +02:00
monty@donna.mysql.com
9d120741d2
Portability fixes
...
Changed TRUNCATE table_name -> TRUNCATE TABLE table_name
2001-02-02 03:47:06 +02:00
tim@threads.polyesthetic.msg
faeb9896bd
Use $(INSTALL_DATA) instead of cp -p in mysql-test and sql-bench.
...
Clean up $(INSTALL_DATA) use in sql/share.
2001-01-31 15:01:16 -05:00
sasha@mysql.sashanet.com
e8ffda5397
Added last_errno and last_error to show slave status
...
slave will skip the first SQL_SLAVE_SKIP_COUNTER events on start -
this is needed to recover from broken replication when the next log
event(s) should just be skipped.
Rotate binlogs when max_binlog_size is reached
2001-01-24 09:15:34 -07: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
serg@hynda.mysql.fi
db29ac337d
Makefile.am rules for */errmsg.sys refined
2001-01-14 12:56:44 +02:00
serg@serg.mysql.com
c857519a2f
Makefile.am create */errmsg.sys during build, not install
...
Delete: sql/share/spanish/errmsg.sys sql/share/swedish/errmsg.sys
sql/share/slovak/errmsg.sys sql/share/polish/errmsg.sys
sql/share/romanian/errmsg.sys sql/share/russian/errmsg.sys
sql/share/portuguese/errmsg.sys sql/share/hungarian/errmsg.sys
sql/share/italian/errmsg.sys sql/share/japanese/errmsg.sys
sql/share/korean/errmsg.sys sql/share/greek/errmsg.sys
sql/share/czech/errmsg.sys sql/share/danish/errmsg.sys
sql/share/dutch/errmsg.sys sql/share/english/errmsg.sys
sql/share/estonian/errmsg.sys sql/share/french/errmsg.sys
sql/share/german/errmsg.sys
post-commit adapted for bk-2.0beta5
2001-01-07 14:51:04 +01:00
monty@donna.mysql.com
0dd9ec5a63
Merge
2000-12-08 18:39:37 +02:00
monty@donna.mysql.com
7617d198a4
Lots of fixes for BDB tables
...
Change DROP TABLE to first drop the data, then the .frm file
2000-12-08 17:04:57 +02:00
sasha@mysql.sashanet.com
6b7098cb20
fixed bug in load data infile replication
...
updated test suite to always test if slave obeys stop/start commands
2000-12-08 07:11:22 -07:00
monty@donna.mysql.com
87d9388e52
Only write full transactions to binary log
...
A lot of new functions for BDB tables
Fix for DROP DATABASE on windows
Default server_id variables
2000-12-07 14:08:48 +02:00
monty@donna.mysql.com
38fce965ea
New error messages
...
Fix for creating read-only files on windows
Manual updates
2000-12-05 03:00:31 +02:00
monty@donna.mysql.com
08a2c58ed1
Fixed bug in 'drop table'
...
Portability fixes
2000-11-29 05:09:28 +02:00
serg@serg.mysql.com
b01622e362
Merge
2000-11-28 18:46:07 +01:00
serg@serg.mysql.com
0878cd5edd
errmsg.txt translated
...
opt_range.h bugs with const_tables and filesort fixed
opt_range.cc bugs with const_tables and filesort fixed
item_func.cc bugs with const_tables and filesort fixed
ha_myisam.h bugs with const_tables and filesort fixed
ha_myisam.cc bugs with const_tables and filesort fixed
ft_search.c bugs with const_tables and filesort fixed
2000-11-28 18:11:18 +01:00
sasha@mysql.sashanet.com
87ef08f239
pointer casts -> int4store()
...
added error code to master failed connect message
2000-11-27 23:08:46 -07:00
monty@narttu.mysql.fi
ad2e43c7d6
merge
2000-11-27 02:44:41 +02:00
sasha@mysql.sashanet.com
a9ef0b4bf1
slave master.info FILE -> IO_CACHE
...
send_file() is more stack-friendly - changed large static buffer to alloc_root()
fixed my_b_seek() to work with WRITE_CACHE
test case to make sure the slave starts correctly after being stopped
truncated words file so the replication tests will take less time
2000-11-24 19:49:13 -07:00
monty@donna.mysql.com
81bc313e99
All statements are now run in a sub transaction
...
Give warning if we are using non transactional tables and do ROLLBACK
Porting of crash-me and benchmarks to FrontBase
2000-11-24 01:51:18 +02:00
monty@donna.mysql.com
e049538cb0
Split error message for crashed table to 3 different error messages.
...
Fixes for Windows
2000-11-22 03:45:02 +02:00
monty@donna.mysql.com
b31d076879
Fixed some reported bugs
2000-11-18 23:13:48 +02:00
tim@threads.polyesthetic.msg
c61dda7656
Index Added latin5 (turkish) character set
...
manual.texi Added latin5 (turkish) character set
configure.in Added latin5 (turkish) character set
latin5.conf BitKeeper file /usr/local/src/my/work/sql/share/charsets/latin5.conf
2000-10-22 17:53:16 -04:00
sasha@mysql.sashanet.com
ea0f48ffb2
This one will not be pushed, I am committing to be able to pull in Monty's changes
...
added server id, mostly working
added --skip-slave-start, working
added --replicate-rewrite-db - just in the cmd line parses, currently noop
2000-09-28 16:24:50 -06:00
monty@donna.mysql.com
c079bfc04e
Small fixes
2000-09-26 02:57:29 +03:00
monty@tramp.mysql.fi
e32799e4dd
RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair,
...
reading from FIFO, fixes for FULLTEXT, @@IDENTITY
2000-09-26 00:33:25 +03:00
monty@donna.mysql.com
50486eeb80
Fixes for MyISAM and packed keys + AIX
2000-09-22 01:46:26 +03:00
jcole@ham.spaceapes.com
e6c278bef7
Fixed a problem with installing, for IRIX 'install', paths would
...
be wrong and install would fail.
2000-09-14 00:33:16 +00:00
monty@donna.mysql.com
f5c38fb48c
Merge
2000-09-07 05:05:51 +03:00
monty@donna.mysql.com
be5e4e72b6
Small bug fixes
2000-09-07 04:55:17 +03:00
tim@localhost.polyesthetic.msg
55a179afb6
Don't remove the win1251 charset; mark it deprecated.
2000-09-04 13:20:34 -04:00
tim@localhost.polyesthetic.msg
ea711f8281
Index removed out-of-date win1251 character set
2000-08-23 11:05:41 -04:00
tim@localhost.polyesthetic.msg
b2ece770a6
latin1.conf - fixed several sort order problems
...
german1.conf - fixed several sort order problems
2000-08-23 10:50:11 -04:00
tim@localhost.polyesthetic.msg
4ab50f1db3
Merge tim@work:/home/bk/mysql
...
into localhost.polyesthetic.msg:/usr/local/src/my/work
2000-08-22 16:09:27 -04:00
tim@localhost.polyesthetic.msg
7443483369
Associate a charset directly with its number in the Index file, and
...
propogate those changes through the code. This is so that there can
be holes in the list of charsets without breaking old tables.
2000-08-22 16:08:34 -04:00
serg@infomag.ape.relarn.ru
a63a654adb
Merge
2000-08-22 12:33:46 +04:00
serg@infomag.ape.relarn.ru
20032f043b
Fix to previous commit (otherwise bk fails at check stage :-( )
2000-08-22 12:31:45 +04:00
serg@infomag.ape.relarn.ru
ab73d20c0e
Languages list corrected (romania->romanian, estonia->estonian)
2000-08-22 12:16:58 +04:00
monty@donna.mysql.com
f0952ce3e1
FLUSH TABLE table_list
...
Fixes for RENAME TABLE
Portability fixes
2000-08-22 00:18:32 +03:00
serg@infomag.ape.relarn.ru
948515aa6d
Delete: sql/share/charsets/win1251.conf
...
win1251ukr.conf ctype(165)=10, was 1; ctype(180)=10, was 2
cp1251.conf ctype(160)=0, was 48
2000-08-21 17:30:37 +04:00
monty@donna.mysql.com
aa3580924b
RENAME TABLE table_name TO new_table_name ; Faster Alloc
...
Small bug fixes
2000-08-21 03:00:52 +03:00
serg@infomag.ape.relarn.ru
5886090182
PART I: Keys support for MyMERGE tables
...
myisammrg/ |
Makefile.am |
mymrgdef.h | support for keys
myrg_open.c | &
myrg_queue.c | bugfixes
myrg_rfirst.c |
myrg_rkey.c |
myrg_rlast.c |
myrg_rnext.c |
myrg_rprev.c |
myrg_rrnd.c |
include/myisammrg.h | rkey/rnext/etc prototyped
sql/ |
ha_myisammrg.cc | support for keys
ha_myisammrg.h |
myisam/ |
mi_rkey.c | buf==NULL extension, _mi_rkey()
mi_rnext.c |
mi_rprev.c |
include/queues.h | reinit_queue() - same as init_queue, but w/o malloc
mysys/queues.c |
PART II: Miscellaneous
myisam/common_words | deleted (looks like I checked it in by mistake)
some files (like acconfig.h, Makefile.am, COPYING.LIB, etc)
| Change mode to -rw-r--r-- (by `chmod a-x ')
2000-08-14 15:27:19 +04:00
bk@work.mysql.com
f4c589ff6c
Import changeset
2000-07-31 21:29:14 +02:00