monty@mashka.mysql.fi
9bdf26a6bb
Merge bk-internal.mysql.com:/home/bk/mysql-3.23
...
into mashka.mysql.fi:/home/my/mysql-3.23
2003-05-26 05:57:53 +03:00
monty@mashka.mysql.fi
d46b0aa018
Remove not used flag
2003-05-26 05:57:27 +03:00
guilhem@mysql.com
9ed9ad5374
- Fix for memory leak if the SQL slave thread is killed just after reading an event.
...
- A few more mutex locks and unlocks of rli.log_space_lock for doing clean reads of
rli.ignore_log_space_limit
- Broadcast after unlock, not before (small speed optimisation).
2003-05-25 23:09:46 +02:00
heikki@hundin.mysql.fi
11ae9595c7
log.cc:
...
If FOREIGN_KEY_CHECKS=0, wrap in binlog SQL statements inside SET FOREIGN_...=0; ... ; SET FOREIGN_...=1
2003-05-25 23:37:32 +03:00
mysql@home.(none)
f537e3adc6
symlink.result:
...
Character set in this test results was displayed dispite the fact that the table has the same character set
2003-05-24 23:30:55 +05:00
guilhem@mysql.com
8a1e18f4cb
Fix for bug #490 and #491 (see details below)
2003-05-24 16:43:53 +02:00
guilhem@mysql.com
6bbeecc642
Merge gbichot@213.136.52.20:/home/bk/mysql-4.0
...
into mysql.com:/home/mysql_src/mysql-4.0
2003-05-23 18:23:50 +02:00
guilhem@mysql.com
319404ab94
Outcome of discussions with Lenz and Monty about handling ccache in the build commands.
2003-05-23 18:20:57 +02:00
guilhem@mysql.com
0b875e908f
Fix for #468 [Ver]: SHOW VARIABLES trims innodb_data_file_path
...
(this bug was already fixed in 4.0, I just copied and pasted two lines).
2003-05-23 16:40:21 +02:00
bar@bar.mysql.r18.ru
70559621f2
latin7.xml:
...
c
Index.xml:
Collation names form lati7 were mixed
2003-05-23 18:54:48 +05:00
bar@bar.mysql.r18.ru
78c7d40986
BINARY collations for every character set
2003-05-23 18:39:55 +05:00
bar@bar.mysql.r18.ru
8192d169a2
CHARSET_INFO structure reorganization for easier maintainance
2003-05-23 17:45:52 +05:00
bar@bar.mysql.r18.ru
2eccde258d
Character set sets now check if required non-dynamic charsets were really compiled
2003-05-23 15:10:05 +05:00
lenz@mysql.com
5d097b431b
- Portability fix: FreeBSD 4.8-STABLE (480101) and 5.0-CURRENT (500110)
...
now have a thread safe realpath(3) implementation - added check to only
define -DHAVE_BROKEN_REALPATH where required
(thanks to Martin Blapp from the FreeBSD team for the patch)
2003-05-23 11:38:37 +02:00
bar@bar.mysql.r18.ru
4b3c1364af
charset.c:
...
Bug fix: if latin2_czech_ci is not compiled, loader din't load other latin2 collations
2003-05-23 14:24:52 +05:00
bar@bar.mysql.r18.ru
06acc76392
convert.cc was removed
2003-05-23 14:02:27 +05:00
bar@bar.mysql.r18.ru
a238efaa63
SHOW FIELDS changes, more SQL99 INFORMATION_SCHEMA.COLUMNS compatibility:
...
Character set is not displayed in "Type" column anymore
In "Collation" column NULL instead of BINARY is now displayd for for non-character data types
2003-05-23 13:10:25 +05:00
bar@bar.mysql.r18.ru
895db718ec
Merge abarkov@build.mysql.com:/home/bk/mysql-4.1
...
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
2003-05-23 11:33:02 +05:00
bar@bar.mysql.r18.ru
8514caa1da
CREATE TABLE t1 SELECT left(_latin2'a',1) didn't work, the charset got lost
...
Collation and coercibility tests for string functions
2003-05-23 11:32:35 +05:00
administrador@light.hegel.local
76feb41130
Merge miguel@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into light.hegel.local:C:/mysql-dev/mysql-4.1
2003-05-23 03:10:35 -03:00
administrador@light.hegel.local
cded59cbd7
Translation English -> Protuguese
2003-05-23 03:06:00 -03:00
bar@bar.mysql.r18.ru
a3db08d44c
More tests for system functions
2003-05-23 10:55:49 +05:00
bar@bar.mysql.r18.ru
ff02bddc1a
Automatic conversion into supersets (utf8, ucs2) for comparison in some cases
...
USER(), DATABASE() and VERSION() return in utf8 now
2003-05-23 10:45:46 +05:00
guilhem@mysql.com
3ac3252a65
Cleaning DROP TABLE which is important if the tests are run in a certain order.
...
This is because rpl_relayrotate.test uses InnoDB.
Example of a failing sequence:
rpl_relayrotate.test repl_user_variables.test rpl_relayrotate.test
Explaination in the files.
Btw all other tests which use InnoDB (innodb*.test) already have this final
DROP TABLE.
Removed a wrong comment of mine.
2003-05-22 22:29:44 +02:00
bar@bar.mysql.r18.ru
5b643e5527
USER, DATABASE and VERSION functions returns now IMPLICIT coercibility
2003-05-22 18:41:47 +05:00
bar@bar.mysql.r18.ru
f6a7dd7491
mysqld.cc:
...
default_collation is now displayed correctly in mysqld --help
mysqld --help now displays default_collation corretly, according to --default-character-set
2003-05-22 18:22:21 +05:00
bar@bar.mysql.r18.ru
2b1e1f6494
Variables were rename, binary collation names were added
...
Fixed that SHOW CHARACTER SET displayed non-dynamic charsets even if they were not really compiled
2003-05-22 17:20:19 +05:00
bar@bar.mysql.r18.ru
79326cf901
Index.xml:
...
Typos fixes
2003-05-22 16:57:06 +05:00
bar@bar.mysql.r18.ru
b1adadd510
mysqlimport.c, mysqldump.c, mysqlcheck.c:
...
Bug fix: latin1 is not compiled charset and is not specified..
mysql.cc:
Bug fix: latin1 is not compiled charset and is not specified...
2003-05-22 14:37:01 +05:00
monty@mashka.mysql.fi
944bc89561
Updated results & after merge fix
2003-05-22 11:58:39 +03:00
monty@mashka.mysql.fi
cb7061ebe4
merge
2003-05-22 02:57:27 +03:00
heikki@hundin.mysql.fi
4ac8d7b963
row0ins.c:
...
Disable UNIQU KEY error reporting in SHOW INNODB STATUS until we know if it slows down REPLACE significantly
2003-05-22 00:05:33 +03:00
vva@eagle.mysql.r18.ru
6b5c9851a4
Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-3.23
...
into eagle.mysql.r18.ru:/home/vva/work/LOADDATA/mysql-3.23
2003-05-21 15:18:30 -04:00
vva@eagle.mysql.r18.ru
4ae8af4ae2
fixed "LINES STARTING" in load data replication
2003-05-21 15:16:56 -04:00
bell@sanja.is.com.ua
be9024e7ce
repair_part2 is made repeatable
2003-05-21 21:58:12 +03:00
vva@eagle.mysql.r18.ru
d124cd5bd7
Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0
...
into eagle.mysql.r18.ru:/home/vva/work/LOADDATA/mysql-4.0
2003-05-21 14:58:11 -04:00
vva@eagle.mysql.r18.ru
09348e271a
fixed 'STARTING BY' in replication
2003-05-21 14:54:02 -04:00
monty@mashka.mysql.fi
6aa8929cf3
After merge fixes
...
Added initialization of all important global variables
2003-05-21 21:39:58 +03:00
bar@bar.mysql.r18.ru
8d52377a5c
Some SHOW VARIABLES have been renamed:
...
collation_client -> character_set_client
collation_results -> character_set_results
character_set -> character_set_server
SET NAMES now doesn't start client->server conversion
SET CHARACTER SET now starts both client->server and server->client conversion
2003-05-21 17:44:12 +05:00
bar@bar.mysql.r18.ru
c03d807417
UCS2 and UTF8 are in separate files now
2003-05-21 15:29:44 +05:00
bar@bar.mysql.r18.ru
189d1373b8
Merge abarkov@build.mysql.com:/home/bk/mysql-4.1
...
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
2003-05-21 13:59:00 +05:00
bar@bar.mysql.r18.ru
7f771ce2e1
"character_sets" has been removed from SHOW VARIABLES. Use SHOW CHARACTER SET instead.
...
"character_set_system" has been added to display the system character set
2003-05-21 13:58:30 +05:00
bar@bar.mysql.r18.ru
c725a34b80
Merge abarkov@build.mysql.com:/home/bk/mysql-4.1
...
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
2003-05-21 13:34:07 +05:00
venu@myvenu.com
3f1a05d316
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into myvenu.com:/home/venu/work/sql/dev-4.1
2003-05-21 01:21:51 -07:00
venu@myvenu.com
0c25993d24
Fix merge conflict by changing warning codes to new one
2003-05-21 01:21:06 -07:00
venu@myvenu.com
7b2ac7f83c
client_test.c:
...
Updated protocol test
2003-05-21 01:15:04 -07:00
ram@mysql.r18.ru
13607aedd8
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.r18.ru:/usr/home/ram/work/mysql-4.1.latest
2003-05-21 12:27:27 +05:00
bar@bar.mysql.r18.ru
76900a9f4b
Two separate startup arguments for mysqld:
...
--default-character-set and --default-collation
2003-05-21 12:26:35 +05:00
ram@mysql.r18.ru
d90720704b
Added AsBinary alias for AsWKB function.
2003-05-21 12:26:06 +05:00
venu@myvenu.com
97a2c472bc
Resolve merge conflict
2003-05-21 00:14:56 -07:00