bar@bar.mysql.r18.ru
35b01c8e9e
sql_yacc.yy:
...
_charset cast changes coercibility to implicit
item_strfunc.cc:
Collation cast change coercibility to EXPLICIT
2003-02-28 20:20:24 +04:00
bar@bar.mysql.r18.ru
3046c3ca34
Many files:
...
Coercibility, initial stage
item_func.h:
Coercibility, initial stage
2003-02-28 19:22:20 +04:00
monty@narttu.mysql.fi
959e1428da
Merge work:/my/mysql-4.1 into narttu.mysql.fi:/my/mysql-4.1
2003-02-28 14:33:10 +02:00
monty@narttu.mysql.fi
9147f8b522
Portability fixes
2003-02-28 14:32:40 +02:00
monty@narttu.mysql.fi
050543bdfc
Merge with 3.23 -> 4.0
2003-02-28 13:29:48 +02:00
monty@narttu.mysql.fi
a0148ee657
Portability fixes
2003-02-28 13:27:48 +02:00
monty@narttu.mysql.fi
41e2309259
Merge narttu.mysql.fi:/my/mysql-3.23 into narttu.mysql.fi:/my/mysql-4.0
2003-02-28 12:33:10 +02:00
monty@narttu.mysql.fi
9286552567
Added copying of *.slave-mi mysql-test files
2003-02-28 12:32:37 +02:00
igor@hundin.mysql.fi
3503d4797b
func_group.result:
...
Added new tests for better coverage of
min/max optimization code.
func_group.test:
Added new tests for better coverage of
min/max optimization code.
opt_sum.cc:
Fixed wrong previous manual merge.
Fixed bugs concerning fields used in min/max
functions for which there are conditions of
the form field=const.
2003-02-28 08:53:54 +02:00
monty@narttu.mysql.fi
a0d2a621ed
Added detection if pthread_attr_getstacksize() exists
...
Fixed bug in RAND() usage in mysqlbinlog
2003-02-27 17:35:51 +02:00
bar@bar.mysql.r18.ru
47c770b3f7
sql_yacc.yy:
...
set names binary didn't work
,
2003-02-27 17:45:40 +04:00
bar@bar.mysql.r18.ru
8f90a0329b
sql_yacc.yy, item_strfunc.cc:
...
Two separate functions charset() and collatio()
item_strfunc.h:
Two separate functions charset() and collation()
2003-02-27 16:53:10 +04:00
bell@sanja.is.com.ua
7db4ec2965
fixed bug on case insensetive file systems
2003-02-27 12:45:00 +02:00
monty@narttu.mysql.fi
fa195bc83a
Add missing SIGNAL_WITH_VIO_CLOSE to fix problem with SLAVE STOP on windows
2003-02-27 11:20:07 +02:00
igor@hundin.mysql.fi
fa249d2d87
Merge ibabaev@work.mysql.com:/home/bk/mysql-4.1
...
into hundin.mysql.fi:/home/igor/dev/mysql-4.1
2003-02-27 11:03:38 +02:00
bar@bar.mysql.r18.ru
e8412e9ea5
field.cc:
...
Now all text fields convert data into proper charset before storing
2003-02-27 12:10:41 +04:00
igor@hundin.mysql.fi
ac29af0221
Merge ibabaev@work.mysql.com:/home/bk/mysql-4.1
...
into hundin.mysql.fi:/home/igor/dev/mysql-4.1
2003-02-27 10:02:36 +02:00
igor@hundin.mysql.fi
bab644a96c
func_group.result, func_group.test:
...
Added tests for extended max/min optimization
opt_sum.cc:
Extended min/max optimization
2003-02-27 10:01:50 +02:00
bar@bar.mysql.r18.ru
a5cfbcd909
ctype_many.test:
...
Insert constants with an explicit character set
ctype_many.result:
Fix according test change
2003-02-27 11:48:48 +04:00
bar@bar.mysql.r18.ru
6d15efb1a8
field.cc:
...
rename len -> length, to look in common style
2003-02-27 11:44:45 +04:00
monty@narttu.mysql.fi
a67c7ebcf7
Merge work:/my/mysql-4.1 into narttu.mysql.fi:/my/mysql-4.1
2003-02-27 04:07:29 +02:00
monty@narttu.mysql.fi
0197fc78c9
Merge with 4.0
2003-02-27 03:49:26 +02:00
monty@narttu.mysql.fi
3b073a08e0
Portability fixes
...
Don't define crc32 if we are not linking with gzip
2003-02-27 03:44:44 +02:00
monty@narttu.mysql.fi
c20453ba9a
Integer values between 9223372036854775807 and 9999999999999999999 are now
...
regarded as unsigned longlongss, not as floats. This make these values work
similar to values between 10000000000000000000 and 18446744073709551615.
2003-02-27 02:10:19 +02:00
monty@narttu.mysql.fi
61213dbc7a
Code cleanup
2003-02-27 00:06:09 +02:00
monty@narttu.mysql.fi
39635eb212
Merge work:/my/mysql-4.0 into narttu.mysql.fi:/my/mysql-4.0
2003-02-26 23:36:23 +02:00
monty@narttu.mysql.fi
56d0a23cd4
Merge narttu.mysql.fi:/my/mysql-3.23 into narttu.mysql.fi:/my/mysql-4.0
2003-02-26 23:35:58 +02:00
greg@mysql.com
de427e5234
Minor changes from 4.0->4.1 by Novell (Rob Lyon)
2003-02-26 13:43:54 -05:00
heikki@hundin.mysql.fi
18dbed8463
ha_innodb.cc:
...
Remove DEBUG_ASSERT if MySQL internally names a UNIQUE index as the PRIMARY KEY, but inside InnoDB there is no primary key for the table
2003-02-26 19:52:31 +02:00
heikki@hundin.mysql.fi
f407468649
ha_innodb.cc:
...
Add docs to store_lock()
2003-02-26 19:31:05 +02:00
ram@mysql.r18.ru
2870719c70
All segments of SPATIAL keys MUST be NOT NULL.
...
Allow NULL geometry fields.
2003-02-26 20:25:48 +04:00
ram@mysql.r18.ru
368347685d
Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1
...
into mysql.r18.ru:/usr/home/ram/work/mysql-4.1
2003-02-26 19:23:11 +04:00
ram@mysql.r18.ru
bde2b51f54
Added num_geometries() and geometry_n() methods for MultiX geometry objects.
2003-02-26 19:13:01 +04:00
Sinisa@sinisa.nasamreza.org
1d09675c64
Merge sinisa@work.mysql.com://home/bk/mysql-4.0
...
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
2003-02-26 15:33:20 +02:00
Sinisa@sinisa.nasamreza.org
571fc250ff
A fix for a crashing bug with unspecified database in this type of
...
command:
load data infile 'filename' into table db.table;
2003-02-26 15:28:28 +02:00
bar@bar.mysql.r18.ru
d698b5bf19
sql_yacc.yy, lex.h:
...
SET NAMES is now working
2003-02-26 17:02:36 +04:00
bar@bar.mysql.r18.ru
ace0eac6a6
set_var.cc, set_var.h:
...
New thread variable client_character_set
2003-02-26 16:37:41 +04:00
serg@serg.mysql.com
5a55ee391c
error message fixed
2003-02-26 13:23:45 +01:00
bar@bar.mysql.r18.ru
b1b00be034
sql_show.cc:
...
Less default_charset_info
2003-02-26 14:54:57 +04:00
bar@bar.mysql.r18.ru
2be430da8e
sql_class.h:
...
New method to simplify access to thd charset
2003-02-26 14:50:59 +04:00
bar@bar.mysql.r18.ru
7e700e3374
sql_test.cc:
...
Less default_charset_info
2003-02-26 14:30:39 +04:00
bar@bar.mysql.r18.ru
4e1cc32318
sql_udf.cc, protocol.cc:
...
Less default_charset_info
2003-02-26 14:08:31 +04:00
bar@bar.mysql.r18.ru
e3579917da
set_var.cc, sql_table.cc, handler.cc, field.cc:
...
Less default_charset_info
2003-02-26 13:34:35 +04:00
bar@bar.mysql.r18.ru
1a2c7da8db
sql_analyse.cc, spatial.cc:
...
Some default_charset_info were removed
sql_select.cc:
Some default_charset_info were removed.
2003-02-26 13:16:02 +04:00
bar@bar.mysql.r18.ru
d134e6f2e7
item_func.cc:
...
Some reoganization
Fixed that binary arguments do not affect result charset
anymore
For example, the second argument doesn't affect charset of result in LEFT(string,10)
sql_string.h:
Strings are binary by default now
2003-02-26 12:29:17 +04:00
monty@narttu.mysql.fi
8df5705434
Fix for SHOW TABLE STATUS with empty .frm file
2003-02-26 10:16:50 +02:00
monty@narttu.mysql.fi
20f7ea5c7a
Comment column in SHOW TABLE STATUS now reports that it can
...
contain NULL values (which is the case for a crashed .frm file).
2003-02-26 09:52:19 +02:00
bar@bar.mysql.r18.ru
c813cc692a
item_sum.cc:
...
Fixed that MIN() didn't return proper charset for CREATE from SELECT
2003-02-26 11:00:36 +04:00
bar@bar.mysql.r18.ru
5ede4696d0
Merge abarkov@work.mysql.com:/home/bk/mysql-4.1
...
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
2003-02-26 10:47:34 +04:00
bar@bar.mysql.r18.ru
850768e741
Fix for MIX and MAX. Item must be checked against binary().
2003-02-26 10:33:45 +04:00