Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7757333
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T13:04:01+00:00 2026-06-01T13:04:01+00:00

MariaDB 5.3 introduced dynamic columns. From my understanding the next version of mysql should

  • 0

MariaDB 5.3 introduced dynamic columns. From my understanding the next version of mysql should have similar features mariadb has?

I am currently running mysql 5.5.9 and I wanted to mess around with dynamic columns per row.

So I read up on the mysql website, in order to get this working:

innodb_file_format should be set to Barracuda.

Done.

--------------
show variables like "%innodb_file%"
--------------

+--------------------------+-----------+
| Variable_name            | Value     |
+--------------------------+-----------+
| innodb_file_format       | Barracuda |
| innodb_file_format_check | ON        |
| innodb_file_format_max   | Barracuda |
| innodb_file_per_table    | ON        |
+--------------------------+-----------+
4 rows in set (0.00 sec)

I then go ahead and create my table for testing

 CREATE TABLE `test` (
 `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
 `dyn` blob,
 PRIMARY KEY (`id`)
 ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC

I then try to insert

 insert into test(`dyn`) VALUES (COLUMN_CREATE(1, "black", 3, "Linux"))

I get the following error:

 FUNCTION db.COLUMN_CREATE does not exist

So my question is does mysql not offer these functions? Should I switch to mariadb for testing?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T13:04:02+00:00Added an answer on June 1, 2026 at 1:04 pm

    Based on the documentation, it seems that MySQL does not offer this feature.

    The dynamic row format actually offers a different method for storing rows that may be more efficient in some cases, not a way to have a variable table schema:

    When innodb_file_format is set to Barracuda and a table is created
    with ROW_FORMAT=DYNAMIC or ROW_FORMAT=COMPRESSED, long column values
    are stored fully off-page, and the clustered index record contains
    only a 20-byte pointer to the overflow page.


    If you need such a flexible schema, check out the entity-attribute-value pattern.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am doing a research regarding migrating from MySQL to MariaDB and viceversa. As
Recent events are moving away developers from MySQL to alternatives such as MariaDB. (It
MySQL is awesome! I am currently involved in a major server migration and previously,
i am interested in a programmatic approach (from c++ application) to mysql database cloning.
I'm currently working on a closed-source commercial web-project which uses MariaDB as the database.
I installed MAriadb form sources on debian. I used the init script mysql.server. I
If I replace a MySQL 5.1 server with a MariaDB Server (Maria & XtraDB
I am running a MySQL 5.5 on a x64 Windows Server and keep getting
I am using the RJDBC package to connect to a MySQL (Maria DB) database
I'm trying to learn MariaDB (v5.2.4), but I'm running into some issues. I can

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.