80 Commits (edf8ce5b9741520cd5b3e559af2dd7cace6b4af9)

Author SHA1 Message Date
Daniele Sciascia 2917bd0d2c Reduce compilation dependencies on wsrep_mysqld.h 4 years ago
Brandon Nesterenko 02e85aeafd MDEV-28487: sequences not respect value of binlog_row_image with select nextval(seq_gen) 3 years ago
mkaruza ebbd5ef6e2 MDEV-27862 Galera should replicate nextval()-related changes in sequences with INCREMENT <> 0, at least NOCACHE ones with engine=InnoDB 4 years ago
Rucha Deodhar c6eeacd10f MDEV-13005: Fixing bugs in SEQUENCE, part 3, 3/5 4 years ago
Jan Lindström c6a890a795 MDEV-19353 : Alter Sequence do not replicate to another nodes with in Galera Cluster 4 years ago
Andrei 80da35a326 MDEV-27365 CREATE-or-REPLACE SEQUENCE is binlogged without DDL flag 4 years ago
Monty 031f11717d Fix all warnings given by UBSAN 5 years ago
Nikita Malyavin 21809f9a45 MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failed 5 years ago
Monty e26c822aa0 MDEV-16929 Assertion ... in close_thread_tables upon killing connection 5 years ago
Monty 6a3b581b90 MDEV-19745 BACKUP STAGE BLOCK_DDL hangs on flush sequence table 5 years ago
Monty a9bee9884a Don't allow ALTER TABLE ... ORDER BY on SEQUENCE objects 5 years ago
Monty e6a6382f15 Don't allow illegal create options for SEQUENCE 5 years ago
Monty 4102f1589c Aria will now register it's transactions 6 years ago
Monty d1d472646d Change THD->transaction to a pointer to enable multiple transactions 6 years ago
Monty 736ca14323 Don't crash if creating sequence under XA 6 years ago
Monty 91ab42a823 Clean up and speed up interfaces for binary row logging 6 years ago
Sergei Golubchik 05779bc6f1 perfschema mdl related instrumentation changes 6 years ago
Robert Bindar 8d2a57b4b7 MDEV-15977 Assertion !thd->in_sub_stmt failed in trans_commit_stmt 7 years ago
Alexander Barkov 6073049a36 MDEV-20353 Add separate type handlers for unsigned integer data types 6 years ago
Alexander Barkov afe6eb499d Revert "MDEV-20342 Turn Field::flags from a member to a method" 6 years ago
Alexander Barkov e86010f909 MDEV-20342 Turn Field::flags from a member to a method 6 years ago
Anel Husakovic 559584fd9a Fix typo and example in comment/KB for `setval()` 6 years ago
wayne a2335b791a Typo fix in sql_sequence.cc 7 years ago
Monty 7aa80ba66b Sequences with negative numbers and auto_increment_increment crashes 7 years ago
Oleksandr Byelkin de745ecf29 MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operations 8 years ago
Michael Widenius d853042b5f Added missing write_unlock() in case of errors 8 years ago
Monty 30ebc3ee9e Add likely/unlikely to speed up execution 8 years ago
Oleksandr Byelkin 0bdc15d86e MDEV-15732: Assertion `next_free_value % real_increment == offset && next_free_value >= reserved_until' failed in sequence_definition::adjust_values upon SETVAL for sequence with INCREMENT 0 8 years ago
Monty 7d2e283562 Fix for MDEV-14831 8 years ago
Monty cd93eeeb1d MDEV-15149 Assert upon concurrent creating / querying sequences 8 years ago
Vladislav Vaintroub 56e7b7eaed Make possible to use clang on Windows (clang-cl) 8 years ago
Monty ef3147b1d6 Fix for MDEV-15105 (memory loss with LOCK sequence) 8 years ago
Monty f55dc7f733 Change C_STRING_WITH_LEN to STRING_WITH_LEN 8 years ago
Monty a7e352b54d Changed database, tablename and alias to be LEX_CSTRING 8 years ago
Vladislav Vaintroub 894fbe6862 Fix warnings 8 years ago
Vladislav Vaintroub 1c4968f2f3 Fix warnings 8 years ago
Alexander Barkov 1c34608436 MDEV-14404 Don't use LEX::check_exists in ALTER SEQUENCE 8 years ago
Monty a3b4f575b9 Reset table->record[1] early for sequences to fix comparision of innodb row 8 years ago
Aleksey Midenkov 7204f66c6a MDEV-13711 Assertion failure on CREATE TABLE .. LIKE <sequence> 8 years ago
Michael Widenius 211f9eea60 MDEV-14092 NEXTVAL fails on slave 8 years ago
Monty ef2ecf0370 MDEV-13732 User with SELECT privilege can ALTER sequence 8 years ago
Michael Widenius 4aaa38d26e Enusure that my_global.h is included first 9 years ago
Monty 4649fb37e3 Get rid of valgrind warning for sql_sequence tests. 8 years ago
Monty 213af08d99 MDEV-13393 SEQUENCE related crash when running concurrent I_S.TABLES and FLUSH queries 8 years ago
Monty 36ae8846ca Fixed sequences based on comments from Peter Gulutzan and Andrii Nikitin 9 years ago
Monty 959891662d MDEV-12930 Testing SEQUENCE object 9 years ago
Monty 7e5bd1500f Add locks for sequence's to ensure that there is only one writer or many readers 9 years ago
Monty 6a779a6d28 Make SEQUENCE working with replication 9 years ago
Monty 71fa413c16 MDEV-10139 Support for SEQUENCE objects 9 years ago
Monty 276b0c8ef0 Fixed crash with SEQUENCE when using REPAIR 9 years ago