monty@narttu.mysql.fi
|
f1635f64f9
|
Merge with 3.23 to get fixes for --user and BACKUP TABLE
|
2003-03-10 12:48:43 +02:00 |
|
monty@narttu.mysql.fi
|
9277579c96
|
Merge bk-internal.mysql.com:/home/bk/mysql-3.23
into narttu.mysql.fi:/my/mysql-3.23
|
2003-03-10 11:23:11 +02:00 |
|
monty@narttu.mysql.fi
|
c43b3af78c
|
Don't allow BACKUP TABLE to overwrite files
Fixed memory leak when replication restarts in debug mode
|
2003-03-10 11:22:37 +02:00 |
|
monty@mashka.mysql.fi
|
a7889e5bb0
|
Changed --debug to append to test instead of creating new trace files.
(This patch is already in 4.0)
|
2003-03-09 17:13:37 +02:00 |
|
Sinisa@sinisa.nasamreza.org
|
3ee8d6e37e
|
Merge sinisa@work.mysql.com:/home/bk/mysql-4.1
into sinisa.nasamreza.org:/mnt/work/mysql-4.1
|
2003-03-07 21:48:22 +02:00 |
|
Sinisa@sinisa.nasamreza.org
|
4d4ac0ede3
|
An interim code cleanup.
Major re-write of code yet has to be done, to circumvent
assigning of UNIT to current select and to deal better with
offset, limit.
|
2003-03-07 21:47:04 +02:00 |
|
monty@mashka.mysql.fi
|
937241aded
|
Fixed an unlikely optimizer bug that casued a core dump in pt_range.cc::sel_cmp()
|
2003-03-07 14:40:37 +02:00 |
|
serg@serg.mysql.com
|
dd1880be1e
|
Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
|
2003-03-07 11:58:07 +01:00 |
|
monty@mashka.mysql.fi
|
c0c3a5f357
|
Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0
|
2003-03-07 12:37:18 +02:00 |
|
monty@mashka.mysql.fi
|
987f4c4d8b
|
Fixed AUTO_INCREMENT handling in MyISAM (last auto_increment patch broke things)
Some after merge fixes
|
2003-03-07 12:36:52 +02:00 |
|
bar@bar.mysql.r18.ru
|
d09d2b85fe
|
New syntax to change client collation:
SET COLLATION latin1
SET COLLATION 'latin1'
SET COLLATION DEFAULT
|
2003-03-07 11:54:26 +04:00 |
|
monty@mashka.mysql.fi
|
d56e2acf50
|
Merge to get fix for LOCK TABLES + DROP TABLE in another thread
|
2003-03-07 01:20:56 +02:00 |
|
pem@mysql.com
|
dba598cddd
|
Fixed reentrantness bugs in select (lex->result) and select_dumpvar, and added cool
prime number test example.
|
2003-03-06 19:16:46 +01:00 |
|
bell@sanja.is.com.ua
|
95c4b297b6
|
do not allow to cache queries with INTO clause
|
2003-03-06 17:37:12 +02:00 |
|
Sinisa@sinisa.nasamreza.org
|
57ed8b11fd
|
merge fixes
|
2003-03-06 17:31:22 +02:00 |
|
Sinisa@sinisa.nasamreza.org
|
ffa8a47b6d
|
three bug fixes and major code cleanup
|
2003-03-06 17:02:10 +02:00 |
|
serg@serg.mysql.com
|
f4b165ae05
|
make the test more obvious
|
2003-03-06 15:29:55 +01:00 |
|
serg@serg.mysql.com
|
cd3f3867ab
|
trim spaces from CHAR() BINARY consistently
|
2003-03-06 14:58:37 +01:00 |
|
ram@mysql.r18.ru
|
3286c2d5f2
|
Added IsClosed() tests for MultiLineString objects.
Added Centroid(), Area() tests for MultiPolygon objects.
|
2003-03-06 16:25:06 +04:00 |
|
serg@serg.mysql.com
|
95af195d11
|
disable partial timestamps in --new mode
|
2003-03-06 10:54:27 +01:00 |
|
pem@mysql.com
|
12f771d9e7
|
Improved error handling regarding SPs (with info like names etc in the output).
Disabled queries in FUNCTIONs.
|
2003-03-05 19:45:17 +01:00 |
|
serg@serg.mysql.com
|
6897b00216
|
--new option and local variable to optionally turn on
"very new functions" - for now 4.1-compatible TIMESTAMT format
|
2003-03-05 18:43:56 +01:00 |
|
Sinisa@sinisa.nasamreza.org
|
c643298984
|
Merge sinisa@work.mysql.com:/home/bk/mysql
into sinisa.nasamreza.org:/mnt/work/mysql
|
2003-03-05 15:45:11 +02:00 |
|
bar@bar.mysql.r18.ru
|
4f930a7c2a
|
SET NAMES has been extended to support optional collation:
SET NAMES <charset name> [COLLATE <collation name>]
|
2003-03-05 12:37:39 +04:00 |
|
lenz@mysql.com
|
a95c024067
|
- typo fix (replaced blanks with a tab)
|
2003-03-05 08:13:37 +01:00 |
|
lenz@mysql.com
|
26f9bee733
|
- added missing file mysql-test/std_data/des_key_file to source and binary
distribution to fix a test failure in test "func_encrypt"
|
2003-03-04 22:24:00 +01:00 |
|
serg@serg.mysql.com
|
887553913f
|
Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
|
2003-03-04 21:33:32 +01:00 |
|
lenz@mysql.com
|
905ce89dc5
|
- added missing file mysql-test/std_data/des_key_file to source and binary
distribution to fix a test failure in test "func_encrypt"
|
2003-03-04 18:18:05 +01:00 |
|
serg@serg.mysql.com
|
e5daf6486c
|
Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql
|
2003-03-04 18:03:11 +01:00 |
|
serg@serg.mysql.com
|
80c34b2aef
|
fixed Field::eq() to work with CHAR(0) fields
|
2003-03-04 18:02:56 +01:00 |
|
bar@bar.mysql.r18.ru
|
78da2ad7bd
|
SELECT BINARY expr
is now synonim for
SELECT expr COLLATE <expr_charset>_bin
|
2003-03-04 19:53:53 +04:00 |
|
monty@narttu.mysql.fi
|
28b6e0269a
|
Merge work:/my/mysql-4.0 into narttu.mysql.fi:/my/mysql-4.0
|
2003-03-04 12:32:28 +02:00 |
|
monty@narttu.mysql.fi
|
2a7dfa172c
|
Fixed bug in LOCK TABLE + DROP TABLE when other thread was waiting for a table that was locked bug not droped
|
2003-03-04 12:22:35 +02:00 |
|
bar@bar.mysql.r18.ru
|
6cbbbd6948
|
Fix for SHOW, it didn't display CHARACTER SET and COLLATE clause
for binary collations
|
2003-03-04 12:33:52 +04:00 |
|
guilhem@mysql.com
|
dc634a18e9
|
Do not give an error when the user does START SLAVE on an already
running slave, just give a warning. Same thing for STOP SLAVE.
This will make scripts writing easier for users.
|
2003-03-03 23:12:17 +01:00 |
|
Sinisa@sinisa.nasamreza.org
|
7dc464ea07
|
Merge sinisa@work.mysql.com:/home/bk/mysql
into sinisa.nasamreza.org:/mnt/work/mysql
|
2003-03-03 17:16:09 +02:00 |
|
pem@mysql.com
|
c4b76c2694
|
New FUNCTION documentation, and a minor test case modification.
|
2003-03-03 15:03:19 +01:00 |
|
guilhem@mysql.com
|
6b4f438ddb
|
Replication: small bug fixes in mysql-test-run.sh and in replication code (more reinitializations)
+ fix for #70
+ test result fix for LOAD DATA LOCAL bug #82
|
2003-03-03 14:57:02 +01:00 |
|
bell@sanja.is.com.ua
|
b2f27a155c
|
made variable query_cache_min_res_unit from QUERY_CACHE_MIN_RESULT_DATA_SIZE (SCRUM)
|
2003-03-02 21:39:03 +02:00 |
|
pem@mysql.com
|
8049daf202
|
Made FUNCTIONs work in insert and select queries, as well as nested function invocations.
Had to add a cahing mechanism which is in parts an ugly kludge, but it will be
reworked once the real SP caching is implemented.
|
2003-03-02 19:17:41 +01:00 |
|
guilhem@mysql.com
|
49788cf2e1
|
ChangeSet 1.1625 was faulty as regards sql/mf_iocache.cc and LOAD DATA LOCAL replication tests
|
2003-03-02 18:20:32 +01:00 |
|
serg@serg.mysql.com
|
31d87cd50c
|
optimizer should check for "field LIKE const" not "field like STRING"
|
2003-03-02 14:07:32 +01:00 |
|
bar@bar.mysql.r18.ru
|
b381cb0423
|
COLLATE tests
|
2003-03-02 16:19:26 +04:00 |
|
serg@serg.mysql.com
|
d77cd3835d
|
Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
|
2003-03-02 01:52:02 +01:00 |
|
serg@serg.mysql.com
|
be580475be
|
fix auto-increment in sub-key and insert ... select
|
2003-03-02 01:48:57 +01:00 |
|
ram@mysql.r18.ru
|
c3da09d629
|
Test case for spatial objects.
|
2003-03-01 13:16:39 +04:00 |
|
monty@narttu.mysql.fi
|
e8aa21c8d3
|
LOAD DATA INFILE is not replicated if replicate_*_table is set
LOAD DATA LOCAL INFILE was not replicated correctly
|
2003-02-28 22:24:00 +02:00 |
|
pem@mysql.com
|
b6ab762dc1
|
Closing tables during SP execution the proper way.
|
2003-02-28 15:07:14 +01: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
|
050543bdfc
|
Merge with 3.23 -> 4.0
|
2003-02-28 13:29:48 +02:00 |
|