bar@gw.udmsearch.izhnet.ru
00dee51604
New win1250ch charset
2002-04-17 14:16:26 +05:00
bar@gw.udmsearch.izhnet.ru
4a3942bb74
Some fixes after merging changes from 4.0
2002-04-16 18:21:53 +05:00
monty@hundin.mysql.fi
b5a145d872
merge
2002-04-13 15:34:39 +03:00
monty@tik.mysql.fi
9088383e0f
merge
2002-04-12 21:53:41 +03:00
monty@tik.mysql.fi
056175a1ce
Update for BTREE keys in HEAP tables
...
Split handler->option_flag() to handler->table_flags() and handler->index_flags()
2002-04-12 21:35:46 +03:00
Sinisa@sinisa.nasamreza.org
d61b4b6dfd
Adding some things according to Monty's correct observations
2002-04-12 16:01:09 +03:00
arjen@george.bitbike.com
23098fbd3f
errmsg.txt:
...
Translated new error message to Dutch.
2002-04-11 14:27:41 +10:00
sasha@mysql.sashanet.com
d196201107
fixed bug in truncating temp tables
...
fixed compilation problem on FreeBSD
added test for truncating temporary tables
2002-04-08 18:20:24 -06:00
monty@tik.mysql.fi
e857f561fd
Fix for INET_NTOA(N) when N >= 2^32
2002-04-06 18:47:54 +03:00
sasha@mysql.sashanet.com
483377234b
safemalloc cleanup. Maybe it will now compile on FreeBSD. I still not have
...
access to a FreeBSD box, though.
2002-04-05 23:07:25 -07:00
Sinisa@sinisa.nasamreza.org
34998c5ad4
fix for SQL_CALC_FOUND_ROWS in UNION's
2002-04-03 17:52:31 +03:00
jani@hynda.mysql.fi
fd7b04ad74
Merged some sslopt-* include files, that will be removed in the near
...
future, in mysqld.cc.
2002-04-03 16:09:02 +03:00
jani@hynda.mysql.fi
6980eafe08
Merged in some changes made to MySQL clients by other
...
developers before pushing my_getopt.
2002-04-03 13:33:25 +03:00
jani@hynda.mysql.fi
c143f01dd1
Changed mysql, mysqladmin, mysqlshow, mysqldump, mysqlimport,
...
mysqlcheck and myisamchk to use new my_getopt struct.
2002-04-02 20:29:53 +03:00
Sinisa@sinisa.nasamreza.org
ea2f16309e
Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
...
into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0
2002-04-02 20:13:20 +03:00
Sinisa@sinisa.nasamreza.org
b98a84a19f
Fix for a bug with EXPLAIN and (....) UNION (....) order by
2002-04-02 20:08:55 +03:00
monty@hundin.mysql.fi
eef794920d
Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
2002-04-02 19:52:58 +03:00
monty@hundin.mysql.fi
6e247490dc
Merge
2002-04-02 19:46:26 +03:00
monty@hundin.mysql.fi
b1cdde8961
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
2002-04-02 18:01:14 +03:00
serg@serg.mysql.com
fa5717b950
Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql
2002-04-02 14:59:40 +00:00
serg@serg.mysql.com
8d8a133d51
fts+const_tables bug fixed
2002-04-02 14:56:40 +00:00
monty@hundin.mysql.fi
d80ebc17d6
Cleanups
...
Don't use DBUG library for struct st_my_thread_var to make code less complicated.
2002-04-02 17:54:57 +03:00
monty@hundin.mysql.fi
dfd7f455e4
Fixed help typos in mysql.cc
2002-04-02 17:42:01 +03:00
sasha@mysql.sashanet.com
14603a3620
relay_log_space_limit
...
DBUG_ macro cleanup
buffer boundary cleanup
This changeset, although not fully tested, works for me better than
anything I've had so far, including what is in the repository. I will
push it unless something crashes while I am writing this :-)
2002-04-01 21:46:23 -07:00
monty@hundin.mysql.fi
591bda6748
Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
2002-03-31 18:12:25 +03:00
monty@tik.mysql.fi
b1b975bfba
Fix core dump bug in innodb after merge from 3.23
2002-03-31 18:12:24 +03:00
sasha@mysql.sashanet.com
babb78c869
replication fix
2002-03-30 13:42:01 -07:00
sasha@mysql.sashanet.com
2c035a59ce
Merge work:/home/bk/mysql-4.0
...
into mysql.sashanet.com:/reiser-data/mysql-4.0
2002-03-30 12:38:23 -07:00
sasha@mysql.sashanet.com
be388422eb
replication updates. This changeset seems to be working fine on test systems.
...
If no problems are discovered in the next week, this will make the replication
code ready for 4.0.2 release.
2002-03-30 12:36:05 -07:00
bar@gw.udmsearch.izhnet.ru
65cf7e6201
item_strfunc.cc:
...
Fix for possible bug when string length is more than 64K
2002-03-29 20:27:53 +04:00
bar@gw.udmsearch.izhnet.ru
e42fe498a1
Big5 conversion routines
2002-03-29 19:54:21 +04:00
bar@gw.udmsearch.izhnet.ru
1c4138bf63
add sql_derived.cc into compilation
2002-03-29 19:27:21 +04:00
bar@gw.udmsearch.izhnet.ru
648bd2788a
Now this syntax works too: CONVERT(string,charset_to,charset_from)
...
where charset_to and charset_from are expressions. For example:
CONVERT('test','latin2','cp1250')
2002-03-29 19:11:06 +04:00
bar@gw.udmsearch.izhnet.ru
ae03ccc403
Charset convertion operator CONVERT( string USING charset)
2002-03-29 18:22:21 +04:00
sinisa@rhols221.adsl.netsonic.fi
254c26da3e
Two bug fixes
2002-03-28 18:35:21 +02:00
Sinisa@sinisa.nasamreza.org
5df0e9e27d
Bug fixes
2002-03-28 15:37:06 +02:00
bar@gw.udmsearch.izhnet.ru
55e0a9cb01
New UTF8 charset
2002-03-28 17:31:46 +04:00
sasha@mysql.sashanet.com
ab1fdbdeac
Merge work:/home/bk/mysql-4.0
...
into mysql.sashanet.com:/reiser-data/mysql-4.0
2002-03-26 22:23:51 -07:00
sasha@mysql.sashanet.com
f28f8d086d
coverted my_thread_init() /end to use my_malloc()/my_free() to help track
...
down replication corruption
2002-03-26 22:19:23 -07:00
monty@hundin.mysql.fi
6e4b213654
Fix after MERGE
...
Fixed use of unitialized key
2002-03-27 06:53:25 +02:00
monty@hundin.mysql.fi
2faee46284
merge (remove conflicting zip files)
2002-03-27 06:44:23 +02:00
monty@hundin.mysql.fi
727e507bca
merge with 3.23.50
2002-03-27 01:56:10 +02:00
monty@hundin.mysql.fi
ce541b292a
support for unsigned FLOAT/DOUBLE
2002-03-27 00:50:54 +02:00
miguel@hegel.local
6b290a7daf
Fix compiler error on mysqld.cc
2002-03-26 18:47:50 -03:00
Sinisa@sinisa.nasamreza.org
22d4f87e69
Derived tables !
2002-03-26 15:06:05 +02:00
monty@hundin.mysql.fi
3a571c7c13
Fixed overflow bug
2002-03-26 13:24:50 +02:00
monty@hundin.mysql.fi
21a6366935
Fixed typo
2002-03-26 01:33:41 +02:00
monty@hundin.mysql.fi
9ab2496b1d
Fix for compilation on fast machine
2002-03-26 01:31:26 +02:00
monty@hundin.mysql.fi
93948645e7
Fixes for --enable-named-pipe
2002-03-25 18:10:36 +02:00
miguel@hegel.local
14a22085e7
Changing on NT the default named pipe for an optional user
...
variable
2002-03-24 23:39:03 -03:00