monty@mashka.mysql.fi
4a5ecc92be
merge
2003-01-17 16:45:17 +02:00
monty@mashka.mysql.fi
762cb225c9
Changed my_strntoxxx functions to clear error number on start
...
Allow one to change ANSI_QUOTES mode per thread and on the fly
2003-01-17 16:33:54 +02:00
bar@bar.mysql.r18.ru
36d5d14769
Merge abarkov@work.mysql.com:/home/bk/mysql-4.1
...
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
2003-01-17 18:15:21 +04:00
bar@bar.mysql.r18.ru
2a41e291dc
New scan() function in CHARSET_INFO structure (not used yet)
2003-01-17 18:14:54 +04:00
gluh@gluh.mysql.r18.ru
f2a193521e
Merge sgluhov@work.mysql.com:/home/bk/mysql-4.1
...
into gluh.mysql.r18.ru:/home/gluh/mysql-4.1.upd
2003-01-17 16:40:54 +04:00
gluh@gluh.mysql.r18.ru
6ac602142a
Replication: Optimize away string.append
...
Fixed problem with replication LOAD DATA INFILE when using --old-rpl-compat
Fixed rpl_temporary test
2003-01-17 16:39:29 +04:00
bar@bar.mysql.r18.ru
4306940bb4
Some comments have been added
...
XXX10_to_str were not inizialized
2003-01-17 16:25:10 +04:00
venu@myvenu.com
2d332844eb
Merge work.mysql.com:/home/bk/mysql-4.1
...
into myvenu.com:/home/venu/bk/src-4.1
2003-01-17 02:51:34 -08:00
bar@bar.mysql.r18.ru
72fcf5e4e7
Use always base "10" to remove base guesser in strntoul() implementation
2003-01-17 13:17:22 +04:00
bar@bar.mysql.r18.ru
89931690ca
ctype-utf8.c:
...
Workaround for platforms which don't support EILSEQ
2003-01-17 12:35:47 +04:00
venu@myvenu.com
51eb44c9e6
Merge work.mysql.com:/home/bk/mysql-4.1
...
into myvenu.com:/home/venu/bk/src-4.1
2003-01-16 15:47:46 -08:00
venu@myvenu.com
370b88f94c
Implement store_result (read_binary_rows & mysql_stmt_store_result)
2003-01-16 15:00:22 -08:00
venu@myvenu.com
c2ddffb4a2
Remove un-used code
2003-01-16 14:57:49 -08:00
heikki@hundin.mysql.fi
eb22615ec7
lock0lock.c:
...
Fix a bug in the query cache algorithm for the AUTOCOMMIT=0 case
2003-01-16 18:35:04 +02:00
bar@bar.mysql.r18.ru
4f9d82700d
strnto family functions now return error in a new argument
2003-01-16 17:17:07 +04:00
bar@bar.mysql.r18.ru
4a77f335f4
field.cc:
...
strnxfrm for binary and simple charsets
2003-01-16 15:52:37 +04:00
bar@bar.mysql.r18.ru
4b9d29c83b
strnxfrm() for simple and binary charsets fixes
2003-01-16 15:20:38 +04:00
jani@rhols221.adsl.netsonic.fi
e79ed81d11
Added --compatible mode to mysqldump.
2003-01-16 05:35:59 +02:00
jani@rhols221.adsl.netsonic.fi
94cc7d751e
Added support sql_mode, which can be used to produce various outputs
...
of SHOW CREATE TABLE 'name'. Depending on the mode, the output can
be compatible with various databases, including earlier versions of
MySQL
.
2003-01-16 02:04:50 +02:00
bar@bar.mysql.r18.ru
5743f94b57
All charsets now have strnxfrm.
...
Some function names have been renamed to be more self-descriptive
2003-01-15 18:06:07 +04:00
bell@sanja.is.com.ua
809af00b06
Merge abelkin@work.mysql.com:/home/bk/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/mysql-4.1
2003-01-14 19:18:09 +02:00
bell@sanja.is.com.ua
9e9ea3504f
after merging fixing
2003-01-14 18:00:34 +02:00
bar@bar.mysql.r18.ru
09eac4793b
bin chatset now handles strnncoll itself so we don't have to check
...
if charset is binary anymore
2003-01-14 18:28:50 +04:00
monty@mashka.mysql.fi
22b7e67b0b
merge
2003-01-14 14:33:10 +02:00
monty@mashka.mysql.fi
7e9b27eaf5
Updates for multi-byte character sets
...
(Note: test 'union' fails, but Sanja promised to fix this)
2003-01-14 14:28:36 +02:00
bar@bar.mysql.r18.ru
3523650ac8
Charset loading has been moved to /string library
2003-01-14 13:36:22 +04:00
bar@bar.mysql.r18.ru
a5f77c820b
Some reorganization to move loading related code to /strings library.
...
This is to reuse code in conf_to_src.c
2003-01-14 11:32:40 +04:00
heikki@hundin.mysql.fi
63a656c55c
ha_innodb.cc:
...
Added some assertions to make sure index_init is only called with a properly prepared InnoDB table handle
2003-01-13 23:25:55 +02:00
heikki@hundin.mysql.fi
4bf33c022a
sql_handler.cc:
...
Fix InnoDB HANDLER: InnoDB must know in each call that the handle is used by HANDLER; the previous implementation worked only by pure luck
2003-01-13 18:20:59 +02:00
ram@mysql.r18.ru
de596e897e
Fix for spatial objects
2003-01-13 16:36:04 +04:00
heikki@hundin.mysql.fi
8e6a4c6201
ut0mem.c, row0sel.c, row0mysql.c, ut0mem.h, row0sel.h, row0mysql.h:
...
Test allocation of memory beforehand if we are trying to return a > 2 MB BLOB; normally InnoDB asserts if memory allocation fails
ha_innodb.cc:
Do not fetch all columns if change_active_index() is called during a query; a sum(a), max(a) query seemed to do that, doing unnecessary copying (the change actually made in the previous bk ci)
Free BLOB heap of handle when MySQL calls some ::extra()'s
2003-01-12 23:58:56 +02:00
venu@myvenu.com
0d294e1b64
Fix to make the tables re-inited for every execute call
2003-01-11 00:36:13 -08:00
venu@myvenu.com
15243fe9ac
Merge venu@work.mysql.com:/home/bk/mysql-4.1
...
into myvenu.com:/home/venu/work/sql/dev-4.1
2003-01-10 11:20:59 -08:00
venu@myvenu.com
2430b322ba
Prepared statements - Doc to be incorporated in manual
2003-01-10 11:18:43 -08:00
bar@bar.mysql.r18.ru
2f0690e173
.del-xml.c~d20ceb97a91fcc2d:
...
Delete: mysys/xml.c
xml.c:
Rename: BitKeeper/deleted/.del-xml.c~d20ceb97a91fcc2d -> mysys/xml.c
It is actually moved to /strings
2003-01-10 17:05:17 +04:00
bar@bar.mysql.r18.ru
04ba0e85f0
xml.c has been moved to /strings from /mysys
...
This is to reuse code to generate charset related C files
from ther descriptions written in XML files
2003-01-10 17:01:55 +04:00
bar@bar.mysql.r18.ru
192ad59819
xml.c:
...
new file
2003-01-10 16:34:53 +04:00
venu@myvenu.com
492eba0369
Added prepared statements sample from manual as a test
2003-01-09 18:32:08 -08:00
venu@myvenu.com
045b2f2336
Remove/change unwanted variables in client protocol
...
Add missed mysql_stmt_affected_rows()
sql_yacc.yy : Fix the compilation error .. bison 1.75
2003-01-09 17:56:34 -08:00
venu@myvenu.com
389aa45c9c
Merge venu@work.mysql.com:/home/bk/mysql-4.1
...
into myvenu.com:/home/venu/work/sql/dev-4.1
2003-01-09 16:54:38 -08:00
monty@mashka.mysql.fi
c9dc5a206b
Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1
2003-01-09 22:43:23 +02:00
monty@mashka.mysql.fi
bf683af4ce
Post merge fix
...
Allow empty key list in USE|IGNORE|FORCE INDEX()
2003-01-09 22:42:31 +02:00
venu@myvenu.com
a9b2d52573
Merge work.mysql.com:/home/bk/mysql-4.1
...
into myvenu.com:/home/venu/bk/src-4.1
2003-01-09 09:55:45 -08:00
bar@bar.mysql.r18.ru
af76ac08fd
.del-koi8_u.xml~ec104975f7e009bf:
...
Delete: sql/share/charsets/koi8_u.xml
.del-koi8_r.xml~f95ebf1fb19f94cf:
Delete: sql/share/charsets/koi8_r.xml
2003-01-09 17:41:25 +04:00
bar@bar.mysql.r18.ru
8b2b69c8eb
euc_kr, koi8_r and koi8_u have been renamed so that now
...
all charset names don't have "_" sign.
2003-01-09 17:39:02 +04:00
bar@bar.mysql.r18.ru
38dcf18634
koi8u.xml, koi8r.xml:
...
new file
2003-01-09 17:27:13 +04:00
bar@bar.mysql.r18.ru
88e9a0bf2b
do not call get_charset_by_name() with string "DEFAULT"
2003-01-09 16:38:23 +04:00
bar@bar.mysql.r18.ru
a89df5a096
Separating CHARSET and COLLATION terms
2003-01-09 15:37:59 +04:00
ram@mysql.r18.ru
4df915a7b5
fixed order_by test to make it repeatable
2003-01-09 14:35:01 +04:00
monty@mashka.mysql.fi
f8e660d88c
merge with 4.0.9
...
To get bug fixes for TCP/IP connections, FORCE INDEX and OPTIMIZE TABLE with NULL keys
2003-01-09 03:55:26 +02:00