nick@mysql.com
6c22ca4454
Added Rand_log_event
2002-10-24 16:48:34 -06:00
nick@mysql.com
eba70d6c80
Moved rand initialization from mysqld.cc to sql_class.cc:THD::THD()
2002-10-24 14:33:24 -06:00
bell@sanja.is.com.ua
96c56eacf3
Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/work-distinct-4.1
2002-10-23 23:40:17 +03:00
bell@sanja.is.com.ua
c2da10ae18
fixed DISTINCT in subselect bug
...
small Item_ref fix
2002-10-23 23:36:11 +03:00
bar@bar.mysql.r18.ru
607c0c0168
All these syntaxes now work:
...
CREATE TABLE a (...) TYPE isam CHARSET latin1 MAX_ROWS 1000;
CREATE TABLE a (...) TYPE=isam CHARSET=latin1 MAX_ROWS=1000;
CREATE TABLE a (...) TYPE isam, CHARSET latin1, MAX_ROWS 1000;
CREATE TABLE a (...) TYPE=isam, CHARSET=latin1, MAX_ROWS=1000;
2002-10-23 19:18:54 +05:00
bar@bar.mysql.r18.ru
ec542a6c1e
Both syntaxes are now working:
...
CREATE TABLE a (...) TYPE isam CHARSET latin1 MAX_ROWS 1000;
CREATE TABLE a (...) TYPE=isam CHARSET=latin1 MAX_ROWS=1000;
2002-10-23 18:43:59 +05:00
bar@bar.mysql.r18.ru
b9f5e18be1
Preparing to use my_charset_bin instead of binary_flag
2002-10-23 18:20:45 +05:00
bar@bar.mysql.r18.ru
cd032e0418
ctype-bin.c:
...
max_sort_char is 255 for binary
2002-10-23 16:06:04 +05:00
bar@bar.mysql.r18.ru
e46fce4b99
sql_yacc.yy:
...
character set binary didn't work
2002-10-23 16:00:48 +05:00
bar@bar.mysql.r18.ru
59ed38fdf7
Merge abarkov@work.mysql.com:/home/bk/mysql-4.1
...
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1.wrk
2002-10-23 15:41:26 +05:00
bar@bar.mysql.r18.ru
6539c6a51f
ctype.c, Makefile.am, Makefile.shared:
...
binary charset
ctype-bin.c:
new file
2002-10-23 15:40:22 +05:00
bar@bar.mysql.r18.ru
6722c2e713
binary charset
2002-10-23 15:39:41 +05:00
bar@bar.mysql.r18.ru
5bcd7e1a47
New cp1256 charset
2002-10-23 13:58:05 +05:00
serg@serg.mysql.com
31d702dd68
Merge work:/home/bk/mysql-4.1
...
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.1
2002-10-22 00:30:17 +00:00
bk@admin.bk
6f02ea5486
BK automatic LOD removal.
2002-10-22 00:28:08 +00:00
serg@serg.mysql.com
43599856b2
make REPAIR killable
2002-10-22 00:25:36 +00:00
Sinisa@sinisa.nasamreza.org
59698e0652
Merge sinisa@work.mysql.com:/home/bk/mysql-4.1
...
into sinisa.nasamreza.org:/mnt/work/mysql-4.1
2002-10-21 14:12:10 +03:00
Sinisa@sinisa.nasamreza.org
1f1ed3e99d
Small addition to COM_DEBUG
2002-10-21 14:08:37 +03:00
bk@admin.bk
ba5feac4fd
BK automatic LOD removal.
2002-10-20 21:23:21 +02:00
Sinisa@sinisa.nasamreza.org
bdb0b692b5
Merge sinisa@work.mysql.com:/home/bk/mysql-4.1
...
into sinisa.nasamreza.org:/mnt/work/mysql-4.1
2002-10-18 14:12:18 +03:00
monty@hundin.mysql.fi
f3d3d2882d
Fixed heap_btree test to make it repeatable
2002-10-18 09:51:46 +03:00
Sinisa@sinisa.nasamreza.org
8c3cf6adae
added a test case.
...
And I am not able to find a Changelog for 4.1
2002-10-17 16:20:14 +03:00
monty@hundin.mysql.fi
e37639814b
merge
2002-10-17 11:39:11 +03:00
monty@hundin.mysql.fi
9ecc5783d6
Fix after merge
2002-10-16 22:48:51 +03:00
Sinisa@sinisa.nasamreza.org
0a242026a8
fix of the small bug in UNION's
2002-10-16 22:27:47 +03:00
Sinisa@sinisa.nasamreza.org
6561faa10e
Some small accelerations ...
...
I intend to do some more accelerations in mysql_execute_command and
in SQLCOM_SELECT part for which I need to fix EXPLAIN with derived
tables plus few additional items. If this proves to be much I wil
just make it a new SCRUM task
2002-10-16 21:17:57 +03:00
monty@hundin.mysql.fi
3476dc8f9e
Merge hundin.mysql.fi:/my/mysql-4.0 into hundin.mysql.fi:/my/mysql-4.1
2002-10-16 19:31:22 +03:00
monty@hundin.mysql.fi
fbf6ab4465
merge with 4.0.5
2002-10-16 19:30:24 +03:00
monty@hundin.mysql.fi
a54df74af0
Fixes after last merge.
...
Ignore changed keyblocks when on does DELETE FROM table_name;
2002-10-16 19:05:10 +03:00
monty@hundin.mysql.fi
b1f99ce4a2
Added THD as parameter to filesort. Removed not used 'special' argument.
2002-10-16 17:21:47 +03:00
Sinisa@sinisa.nasamreza.org
0f663d346f
Merge sinisa@work.mysql.com:/home/bk/mysql-4.1
...
into sinisa.nasamreza.org:/mnt/work/mysql-4.1
2002-10-16 16:57:42 +03:00
Sinisa@sinisa.nasamreza.org
cd5ff6301e
some fixes for SELECT INTO @vars ..
2002-10-16 16:55:08 +03:00
monty@hundin.mysql.fi
26b1bbdbd1
Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
2002-10-16 16:34:29 +03:00
monty@hundin.mysql.fi
67d3cd643b
Merge with 3.23.54
2002-10-16 13:11:25 +03:00
monty@hundin.mysql.fi
87351da204
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
2002-10-16 10:39:02 +03:00
monty@hundin.mysql.fi
b4343ba939
Fixed bug in LEFT JOIN ... WHERE not_null_key_column=NULL;
2002-10-16 10:32:45 +03:00
arjen@fred.bitbike.com
8fa2611d87
Merge work.mysql.com:/home/bk/mysql-4.1/
...
into fred.bitbike.com:/home/arjen/mysql-4.1
2002-10-16 08:10:59 +10:00
arjen@fred.bitbike.com
8c85663c55
Name fix.
2002-10-16 08:09:55 +10:00
arjen@fred.bitbike.com
73f61b9173
Name fix.
2002-10-16 08:07:41 +10:00
bell@sanja.is.com.ua
8c547fae57
Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/work-distinct-4.1
2002-10-16 00:43:43 +03:00
bell@sanja.is.com.ua
21dd4a4dd5
fixed subselect explain bug
2002-10-16 00:42:59 +03:00
heikki@hundin.mysql.fi
31b69aff28
btr0cur.c:
...
Fix typo in earlier commit
2002-10-16 00:05:15 +03:00
heikki@hundin.mysql.fi
3652fe789b
btr0cur.c:
...
Fix bug: range estimator exaggerated small range size greatly if the paths in the B-tree happened to branch on a high level
2002-10-16 00:05:14 +03:00
lenz@mysql.com
b2fb75b589
Merge lgrimmer@work.mysql.com:/home/bk/mysql
...
into mysql.com:/space/my/mysql-3.23
2002-10-15 23:05:13 +02:00
serg@serg.mysql.com
d4b6af08fc
Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql
2002-10-15 21:05:12 +00:00
serg@serg.mysql.com
b99f88a97a
-lpthread should be appended to LIBS
2002-10-15 21:03:41 +00:00
jani@rhols221.adsl.netsonic.fi
4143937723
Fixed some bugs in mysql, mysqladmin and mysqld.
2002-10-15 23:34:55 +03:00
lenz@mysql.com
ab67c943a9
- fixed Do-compile to actually add InnoDB support when requested to do so
2002-10-15 21:28:38 +02:00
jani@rhols221.adsl.netsonic.fi
ea0a0c7352
Fixed a bug in my_getopt
2002-10-15 22:10:15 +03:00
serg@serg.mysql.com
0b2f4dac0b
ha_myisam::repair should not touch file->save_state (directly, that is)
2002-10-15 15:15:53 +00:00