mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
Removed not used variable 'last_ref'
Fixed problem with negative DECIMAL() keys Fixed some bugs with NULL keys in BDB More mysql-test tests Docs/manual.texi: Changelog client/mysqltest.c: Added syntax: -- error #,#,... heap/hp_info.c: cleanup include/thr_lock.h: cleanup isam/pack_isam.c: cleanup myisam/mi_check.c: cleanup myisam/mi_extra.c: cleanup myisammrg/myrg_rkey.c: cleanup mysql-test/mysql-test-run.sh: Change to run test as root mysql-test/r/bdb.result: Many new tests mysql-test/r/func_system.result: Change to root user mysql-test/t/bdb.test: many more tests mysql-test/t/create.test: Change to work by test and root user sql/field.cc: Fixed problem with negative DECIMAL() keys sql/filesort.cc: cleanup sql/ha_berkeley.cc: Added purecoverage notes Fixed some bugs with NULL keys sql/init.cc: cleanup sql/mysql_priv.h: cleanup sql/mysqld.cc: cleanup sql/records.cc: cleanup sql/unireg.h: cleanup
This commit is contained in:
parent
9e67d0bec4
commit
0365e2d3dc
23 changed files with 463 additions and 177 deletions
|
|
@ -105,12 +105,6 @@ bmove_allign((A)->record[0],(A)->record[2],(size_t) (A)->reclength); \
|
|||
bfill((A)->null_flags,(A)->null_bytes,255);\
|
||||
}
|
||||
|
||||
#if MAX_REFLENGTH == 4
|
||||
#define TEST_IF_LASTREF(A,B) ((long) *((int32*) (A)) == -1L)
|
||||
#else
|
||||
#define TEST_IF_LASTREF(A,B) (bcmp(A,last_ref,B) == 0)
|
||||
#endif
|
||||
|
||||
/* Defines for use with openfrm, openprt and openfrd */
|
||||
|
||||
#define READ_ALL 1 /* openfrm: Read all parameters */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue