bell@sanja.is.com.ua
b07aaeb295
subselect with union
...
new error handling
Item_ref bug fixed
2002-09-03 09:50:36 +03:00
bar@gw.udmsearch.izhnet.ru
189d1dd630
SHOW CREATE DATABASE name;
...
Small fixes in database default charset code
2002-07-02 14:31:54 +05:00
bell@sanja.is.com.ua
ba30e55d4b
typo fixed
2002-07-01 19:13:14 +03:00
bell@sanja.is.com.ua
0c6cb114e2
subselect clean up
...
fix after automerge
2002-07-01 19:06:24 +03:00
bell@sanja.is.com.ua
1a88542102
Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/work-having-4.1
2002-07-01 14:17:59 +03:00
bell@sanja.is.com.ua
2cf620004e
subselect in having clause
...
fixed bug in sum function in subselect
2002-07-01 14:14:51 +03:00
bar@gw.udmsearch.izhnet.ru
2e1285f296
Fix
2002-06-27 19:00:49 +05:00
bar@gw.udmsearch.izhnet.ru
3ad618d403
Now database default character is changed during ALTER DATABASE
...
if the current db is being altered
2002-06-27 15:21:52 +05:00
bar@gw.udmsearch.izhnet.ru
0dce493b69
ALTER DATABASE DEFAULT CHARACTER SET latin1;
2002-06-27 14:41:02 +05:00
bar@gw.udmsearch.izhnet.ru
a3d8e08695
SELECT DISTINCT CONVERT(field USING charset) now works properly
2002-06-26 18:08:33 +05:00
bar@gw.udmsearch.izhnet.ru
f683fe6890
This now correctly substitutes charset to new table:
...
CREATE TABLE a SELECT strfunc(non_default_charset_expr)
2002-06-26 16:41:51 +05:00
bar@gw.udmsearch.izhnet.ru
337d46966c
Several problems were fixed (mostly BLOB+charset related)
...
Fixed that MyISAM were not working properly with non-8bit charsets in some cases
CONVERT() function now works properly
2002-06-26 16:00:43 +05:00
bar@gw.udmsearch.izhnet.ru
97d9936f5d
Database default charset now works:
...
CREATE DATABASE dbname DEFAULT CHARACTERSET=latin1
2002-06-24 21:50:08 +05:00
bar@gw.udmsearch.izhnet.ru
5b45ebe812
database default character set is now stored in database directory
2002-06-21 16:55:55 +05:00
bar@gw.udmsearch.izhnet.ru
d616c90188
Fixed charset problem on UPDATE in non-default-charset field
2002-06-21 14:46:50 +05:00
bar@gw.udmsearch.izhnet.ru
c5b8f48cf5
New CHARSET() function
2002-06-20 23:26:04 +05:00
bar@gw.udmsearch.izhnet.ru
44347c5a54
SELECT left(non_default_charset_field,n) GROUP BY 1
...
now works more correctly. Still needs fixes.
2002-06-20 22:52:56 +05:00
bar@gw.udmsearch.izhnet.ru
5eafe401c0
New syntax for string with charset: _latin1'string'
...
Remove dupicated code
2002-06-20 18:47:55 +05:00
bar@gw.udmsearch.izhnet.ru
8d6342af2b
Merge abarkov@work.mysql.com:/home/bk/mysql-4.1
...
into gw.udmsearch.izhnet.ru:/usr/home/bar/mysql-4.1
2002-06-20 14:13:13 +05:00
bell@sanja.is.com.ua
64f0f7a8ce
Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/work-select_lex-4.1
2002-06-19 20:05:50 +03:00
bar@gw.udmsearch.izhnet.ru
630f7cac95
Now it is possible to drop default charset from table:
...
ALTER TABLE a CHARSET=DEFAULT
2002-06-19 21:48:34 +05:00
bar@gw.udmsearch.izhnet.ru
6f5f47855a
Default table character set has been added:
...
CREATE TABLE a (field,...) TYPE=type CHARSET=cset;
2002-06-19 21:21:30 +05:00
bell@sanja.is.com.ua
0c808b431c
merged
2002-06-19 17:55:51 +03:00
bell@sanja.is.com.ua
f974c735cf
EXISTS type of subselect
...
more correct parameters in result creation script
2002-06-19 17:52:44 +03:00
bar@gw.udmsearch.izhnet.ru
f4f4962d4d
UCS2 charset has been added
2002-06-17 22:43:40 +05:00
venu@myvenu.com
81148397a4
sql_list.h:
...
One more missed fix from Windows
2002-06-12 17:20:16 -07:00
venu@myvenu.com
3e7b4b2716
mysql_priv.h:
...
Missed change from previous resolve
2002-06-12 15:47:05 -07:00
venu@myvenu.com
5a33842a16
sql_error.cc, sql_prepare.cc:
...
new file
Client-server protocol 4.1 changes - Server side:
* Enhanced metadata information:
- SHOW [COUNT(*)] ERRORS [LIMIT [offset,] rows]
- SHOW [COUNT(*)] WARNING [LIMIT [offset,] rows]
- SHOW TABLE TYPES
- SHOW PRIVILEGES
- SHOW COLUMN TYPES (Not fully implemented)
* Prepared execution
* Long data handling in pieces
* And other misc changes
2002-06-12 14:13:12 -07:00
bar@gw.udmsearch.izhnet.ru
e8571e68bb
New command: SHOW CHARACTER SET [LIKE 'wild']
2002-06-11 17:40:06 +05:00
bell@sanja.is.com.ua
7677ee0545
Merge abelkin@work.mysql.com:/home/bk/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/mysql-4.1
2002-06-10 20:23:41 +03:00
bell@sanja.is.com.ua
3f309c0bd9
deleted accidentally pushed file
2002-06-10 20:22:31 +03:00
bar@gw.udmsearch.izhnet.ru
0d12cf1c62
Fixed that charset was not properly strored in index segment on myisam table
2002-06-10 21:10:57 +05:00
bell@sanja.is.com.ua
bd7e31bc53
temporary preventing subselect in HAVING clause
2002-06-07 21:26:43 +03:00
bell@sanja.is.com.ua
b9ad4b015e
Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/work-select_lex-4.1
2002-06-07 21:01:58 +03:00
bar@gw.udmsearch.izhnet.ru
1a91646854
Charset of any string field now can be specified during CREATE TABLE
2002-06-07 17:23:33 +05:00
bell@sanja.is.com.ua
ab56d9b51b
Prevent needless rexecuting empty subselects
2002-06-06 16:28:22 +03:00
bell@sanja.is.com.ua
27a2dac9fc
post-merged fixing
2002-06-05 22:05:08 +03:00
bell@sanja.is.com.ua
289ac250af
merged
2002-06-05 21:32:22 +03:00
monty@hundin.mysql.fi
ab1a273198
Merge work:/my/mysql-4.1 into hundin.mysql.fi:/my/mysql-4.1
2002-06-04 11:39:33 +03:00
monty@hundin.mysql.fi
fc8490a111
merge with 4.0 to get last fixes to last merge
2002-06-04 08:29:08 +03:00
monty@hundin.mysql.fi
ee6bd84880
Changes for new binary .frm format
...
Fixes after last merge from 4.0.
(Code not yet complete, need anoter merge from 4.0)
2002-06-04 08:23:57 +03:00
monty@hundin.mysql.fi
8cba72fe1f
Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
2002-06-04 00:41:32 +03:00
monty@hundin.mysql.fi
4b1836ee36
Enable LOAD DATA LOCAL INFILE in mysql_test
...
Added syntax for column comments (for compability with 4.1)
Fix of ALTER TABLE RENAME
2002-06-04 00:40:27 +03:00
Sinisa@sinisa.nasamreza.org
2cb46a24bb
A bug fix when for SELECT ... INTO OUTFILE ....
...
user has table privilege and global FILE privilege
2002-06-03 21:36:31 +03:00
Sinisa@sinisa.nasamreza.org
88a0ed9490
Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
...
into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0
2002-06-03 14:16:46 +03:00
monty@hundin.mysql.fi
f0b28da6f9
merge with 4.0
2002-06-03 12:59:31 +03:00
monty@hundin.mysql.fi
3ede8f6289
new error messages (foreign key)
2002-06-03 10:50:19 +03:00
monty@hundin.mysql.fi
6e54cc492c
Extension of .frm file (not yet ready for push)
2002-06-02 21:22:20 +03:00
monty@hundin.mysql.fi
544f95c451
merge with 3.23
2002-06-02 20:46:03 +03:00
bar@gw.udmsearch.izhnet.ru
660844acd6
Changed 003F -> 0000 for undefinite characters in charset.conf
...
Charset convertion FROM dynamic charset is now working too
Allow dynamic charsets in CONVERT()
2002-06-02 21:32:02 +05:00