serg@serg.mylan
7df9f7d621
myisam_data_pointer_size
2004-05-01 15:41:59 +02:00
serg@serg.mylan
d2d08960a2
note that --[skip-]opt include --set-charset
...
make --set-charset affect only what's going into *dump* not client-server communication
2004-05-01 11:07:42 +02:00
serg@serg.mylan
e95debcefe
removed duplicated check for thd->killed
2004-04-30 21:11:36 +02:00
serg@serg.mylan
0479213c10
Merge bk-internal:/home/bk/mysql-4.1/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2004-04-30 14:16:34 +02:00
monty@mysql.com
661aeb5af2
Only calculate MYSQL_FIELD->max_length if mysql_stmt_attr_set(..., STMT_ATTR_UPDATE_MAX_LENGTH) is done.
2004-04-30 14:24:06 +03:00
monty@mysql.com
0a95918ee9
Merge
2004-04-30 14:04:51 +03:00
monty@mysql.com
6678ecf19a
Update 'MYSQL_FIELD->max_length' on mysql_stmt_store_result() (Bug #1647 )
...
Added checking of cut read lines in bootstrap thread (Bug #2874 )
2004-04-30 14:02:17 +03:00
serg@serg.mylan
8128b7dbf7
Merge bk-internal:/home/bk/mysql-4.1/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2004-04-30 10:43:59 +02:00
serg@serg.mylan
dbc024deb5
compatibility fix (bug#3606)
2004-04-30 10:42:12 +02:00
konstantin@mysql.com
07eaf18642
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/kostja/mysql/mysql-4.1-u2
2004-04-30 03:00:55 +04:00
konstantin@mysql.com
aec8522569
Fix for Bug#3035 "Prepared statement integer inserts": now unsigned
...
flag is sent to server with placeholder types.
There were no need to extend the protocol as one additional byte
was reserved for placeholder code, when placeholder code is in range 0-255.
So this byte is now used for flags. Post-review fixes added.
2004-04-30 03:00:19 +04:00
konstantin@mysql.com
9550dd6fae
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/kostja/mysql/mysql-4.1-root
2004-04-30 01:03:19 +04:00
konstantin@mysql.com
392481dae5
Implementation of mysql_stmt_attr_get and mysql_stmt_attr_set
...
requested by Monty for Bug#1647 (No way to determine what size
blob/clob is being returned into bound buffer)
2004-04-30 01:02:29 +04:00
tomas@mc05.(none)
edbc89bb24
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mc05.(none):/space/tomas/mysql-4.1-make
2004-04-29 22:00:56 +02:00
sergefp@mysql.com
40ac433e4b
Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/dbdata/psergey/mysql-4.1-my-ps-bugs
2004-04-30 00:00:54 +04:00
tomas@mc05.(none)
1eb0961d7d
SrcDist.sh, Epilogue.mk:
...
improved distdir
2004-04-29 21:22:03 +02:00
tomas@mc05.(none)
818d0bb3c9
configure.in:
...
added configure options PACKAGE and VERSION for ndb
GuessConfig.sh:
added options for PACKAGE and VERSION
Epilogue.mk:
Added target distdir
2004-04-29 20:25:00 +02:00
tomas@mc05.(none)
79b518d69c
SrcDist.sh:
...
new file
2004-04-29 19:48:46 +02:00
lenz@mysql.com
07af63b8d7
- added option for building/packaging the NDB cluster to Do-compile
2004-04-29 19:12:27 +02:00
serg@serg.mylan
b89e5bbc95
Merge bk-internal:/home/bk/mysql-4.1/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2004-04-29 12:26:39 +02:00
serg@serg.mylan
d4a3aa3319
postreview fixes
2004-04-29 12:25:56 +02:00
monty@mysql.com
32d0b69503
Allow one to send empty strings with mysql_stmt_send_long_data()
...
mysql_stmt_reset() now resets param->long_data_used
Abort if --defaults-file=path-name uses a non-existing file (Bug #3413 )
Fixed problem with symlink test (bug in 4.1.2)
2004-04-28 20:19:50 +03:00
tomas@mc05.(none)
9d8bb4bd4c
removed ndb odbc from compile and release
2004-04-28 06:44:58 +02:00
sergefp@mysql.com
cc2eb9d5c3
Renamed MY_LEX_COLON to MY_LEX_SEMICOLON (at Serg's request)
2004-04-28 01:49:05 +04:00
sergefp@mysql.com
bcf9350e4e
Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/dbdata/psergey/mysql-4.1-bug3567
2004-04-27 23:37:14 +04:00
serg@serg.mylan
3a7b6d68e7
after-merge fix: make concurrent-insert-skip code ft2-aware
2004-04-27 21:17:10 +02:00
monty@mishka.local
4999203fbd
Fixed results for previous patch
...
Ensure that mysqldump doesn't give an error about missing Index.xml when it's not needed
2004-04-27 17:32:40 +03:00
monty@mishka.local
ef18b13738
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mishka.local:/home/my/mysql-4.1
2004-04-27 15:48:48 +03:00
monty@mishka.local
e9cfe01db0
After merge fixes
...
Changed 'SHOW FIELD STATUS' to use 'Engine' instead of 'Type'
2004-04-27 15:33:40 +03:00
sergefp@mysql.com
b8802c514d
Fix for BUG#3567: Disallow several SQL statements inside a Prepared Statement.
2004-04-27 03:44:41 +04:00
sergefp@mysql.com
5bbc955a52
Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/dbdata/psergey/mysql-4.1-bug3567
2004-04-27 03:34:54 +04:00
sergefp@mysql.com
baa85a2e05
Fixed client_test to run with MAX_KEY=64.
2004-04-27 02:57:00 +04:00
lenz@mysql.com
49b5c7a0fc
Merge mysql.com:/space/my/mysql-4.1
...
into mysql.com:/space/my/mysql-4.1-build
2004-04-26 22:38:30 +02:00
lenz@mysql.com
fc9a339294
- disabled the NDB Cluster from the embedded server
...
- added compiling of the NDB Cluster to compile-pentium-max
2004-04-26 22:37:42 +02:00
serg@serg.mylan
bcad463107
MAX_KEY limit doubled (32->64)
2004-04-26 21:07:14 +02:00
monty@mishka.local
21fd1d270e
Merge with 4.0
2004-04-26 15:53:31 +03:00
serg@serg.mylan
0c281ecd7e
symlink a whole dir, not individual files (symlinking individual files is one subdir below and results in broken links)
2004-04-26 13:27:23 +02:00
heikki@hundin.mysql.fi
376ef1af50
ha_innodb.h:
...
Allow a key path length in InnoDB to be up to 3500 bytes; this is needed so that one can create an index on a column with 255 UTF-8 characters
2004-04-24 20:40:47 +03:00
serg@sergbook.mylan
474e890a29
followup fix for the systems w/o installed readline
2004-04-22 11:50:17 -05:00
serg@sergbook.mylan
606073084e
symlink, not hardlink
...
mkdir in Makefile, not in configure
chmod a-x
2004-04-21 14:55:39 -05:00
serg@sergbook.mylan
cf92a5aa49
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into sergbook.mylan:/usr/home/serg/Abk/mysql-4.1
2004-04-21 10:56:19 -05:00
tomas@mc05.(none)
ecfe6ebb59
mysqld.cc:
...
changed default for nbdcluster to DISABLED
2004-04-19 14:34:07 +02:00
tomas@mc05.(none)
78b242c946
install_ndbcluster:
...
cosmetic
2004-04-18 22:02:12 +02:00
serg@sergbook.mylan
07ce876771
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into sergbook.mylan:/usr/home/serg/Abk/mysql-4.1
2004-04-18 10:31:36 -05:00
tomas@mc05.(none)
95c87cfa9c
Makefile.am:
...
fix for embedded server and ndbcluster make
2004-04-18 16:00:51 +02:00
serg@sergbook.mylan
821748fe71
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into sergbook.mylan:/usr/home/serg/Abk/mysql-4.1
2004-04-16 06:38:30 -04:00
magnus@neptunus.(none)
e421eea5cb
Add discover.cc to libmysqld Makefile
2004-04-16 11:31:02 +02:00
bell@sanja.is.com.ua
918183a667
fixed option name
2004-04-16 08:49:50 +03:00
bell@sanja.is.com.ua
c8d836aa66
merge
2004-04-16 08:39:03 +03:00
bell@sanja.is.com.ua
df5df8a1d1
allow --skip-ndbcluster if server is not compiled
...
fixed syntax errro
2004-04-16 08:32:10 +03:00